Because it would require to share data between PHP processes, which is an expansive task for PHP at a large level.
Besides, most databases will cache very accessed data, like the session table.
In PostgreSQL, if you have enough space in shared memory, the whole table will probably be cached.
This ...
Search found 219 matches
- Thu Jan 10, 2008 11:57 pm
- Forum: [3.0/Olympus] Discussion
- Topic: SQL optimisation
- Replies: 70
- Views: 89929
- Sun Oct 07, 2007 5:48 pm
- Forum: [3.0/Olympus] Styling
- Topic: Reversing Post/ Avatar
- Replies: 3
- Views: 8336
Re: Reversing Post/ Avatar
It won't be in viewtopic.html - you have to go to the style editor and tweak the CSS. I haven't done it myself, so I don't know where to tweak. Just look through the CSS and see what makes sense.
- Sun Sep 23, 2007 10:38 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Welcome to (long awaited) Hook System!
- Replies: 27
- Views: 59668
Re: Welcome to (long awaited) Hook System!
There are only four hook locations. It's not as fancy as you think.
- Sat Aug 25, 2007 5:28 pm
- Forum: Chit Chat
- Topic: Filesystem or database?
- Replies: 5
- Views: 9788
Re: Filesystem or database?
A decent operating system should cache frequently accessed files in memory.
- Sat Aug 11, 2007 1:48 am
- Forum: [3.0/Olympus] Discussion
- Topic: Check for newer versions of stored pages - oddness
- Replies: 5
- Views: 9287
Re: Check for newer versions of stored pages - oddness
phpBB's caching system does not cache the whole page, so it should have nothing to do with IE's caching system. And phpBB doesn't handle images, the webserver does.
- Fri Aug 10, 2007 5:45 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpbb make jokes on search option
- Replies: 10
- Views: 16983
- Mon May 21, 2007 11:17 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: question about authentication DB
- Replies: 4
- Views: 10533
Re: question about authentication DB
LDAP has nothing to do with MySQL.
- Sun May 06, 2007 4:57 am
- Forum: [3.0/Olympus] New features discussion
- Topic: if no wysiwyg then not a big change
- Replies: 8
- Views: 16274
Re: if no wysiwyg then not a big change
I have never seen a WYSIWYG post editor that I can tolerate using. I wouldn't mind letting it handle things like bold and italics, but list editors and more complex stuff never seem to work as I intend in WYSIWYG editors.
- Tue May 01, 2007 1:39 am
- Forum: [3.0/Olympus] Discussion
- Topic: Having this on another test forum (not live)
- Replies: 14
- Views: 21289
Re: Having this on another test forum (not live)
There's a maximum size limit on the size BBCode.
- Sat Apr 07, 2007 6:34 pm
- Forum: [3.0/Olympus] Discussion
- Topic: cookies
- Replies: 9
- Views: 10673
Re: cookies
Presumably so they can customize it as they please.
The PHP session system stores sessions in files on the local server, meaning it won't work across multiple-server setups for large forums.
The PHP session system stores sessions in files on the local server, meaning it won't work across multiple-server setups for large forums.