Home ›
File-based caching with PHPFile-based caching with PHP
Submitted by Benjamin Melançon on December 18, 2007 - 8:10pm
File-based caching can also be cool. Jay Pipes:
I'd like to see if there are places it could help Drupal. The current preferred solution for high-performance Drupal, though, is memory caching:
Alexey Zakhlestin -
there is, actually, a better alternative to file-based cache. I mean memcached and apc's ability to store data in shared memory.
while this is not as portable as your solution, speed benefit is more stable
Alexey,
Indeed, both those solutions are high-performance and very scalable, as is MySQL Cluster! I am working on putting together a comparison of all these types of cache mechanisms.
Cheers!
Jay
2.1 Jay Pipes
Resolution
More like this
- Views calls to clear its own cache a little more often than it needs to
- Drupal's .info file parser versus PHP's .ini file parser
- PHP optimization question; move assignment operation so it only runs when necessary?
- Error based on stale schema cache?
- Drupal 6 wigs out if you delete or move (as in rename to settings.php) its default.settings.php


Comments
Post new comment