| Article: |
The PHP Scalability Myth | |
| Subject: | Fundamental Platform Differences and why PHP scales better | |
| Date: | 2003-10-16 12:58:36 | |
| From: | anonymous2 | |
|
Response to: Fundamental Platform Differences and why PHP scales better
|
||
| MySQL is actually quite a bit faster than SQLite for simple single-key selects like this. It makes a good session database. Memcached (http://www.danga.com/memcached/) is good for this too. | ||
Showing messages 1 through 2 of 2.
-
Fundamental Platform Differences and why PHP scales better
2003-10-16 20:21:09 anonymous2 [View]
MySQL HEAP tables could be an option too I think, the ones that stay in memory. -
Fundamental Platform Differences and why PHP scales better
2003-10-17 10:23:50 anonymous2 [View]
That's what I use (with a custom sessions handler), and it works great.


