User login

File-based caching with PHP

File-based caching can also be cool. Jay Pipes:

http://jpipes.com/index.php?/archives/100-Benchmarking-CacheEngine-vs.-the-MySQL-Query-Cache.html#serendipity_Co...

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

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.