 December 2006
Number 4 |
Often Web applications use sessions or server files to cache information between requests.
Using server files to cache application information works well for single server sites.
When you need to cache information to be made available to a site served by a cluster, using files is no longer an ideal solution, as it becomes much slower to distribute the information.
For sites that use server clusters, using memcache based solution to distribute cached information is much more efficient.
However, if the information to be distributed too large, a single memcache server may not be enough.
This class can cache information distributing it evenly among a cluster of memcache servers. It uses the cache item keys to compute an hash value to determine which of the memcache servers in the cluster is used.
Manuel Lemos |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (81.2%) |
Good (87.5%) |
- |
- |
- |
- |
Not sure (49.4%) |
1530 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.
 If you know an application of this package, send a message to the author to add a link here.
| |
Files |
|
|
|
|