| 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 1 of 1.
-
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.


