Hi I dont think its a good idea to add memcache servers on the fly. This will almost certainly induce hashing problems. You should assess the memory requirements and then either start memcache with appropriate memory or start multiple ones on the same box or on separate ones.
And to answer your question memcache will probably do LIFO kind of cleanup to make space for newer items. By the way, how long you intend to store data items? It is not persistent ..you know that right? Hope this helps. Regards, Syed On 11/19/08, Jitendra <[EMAIL PROTECTED]> wrote: > > Hi, > We are planning to implement memcached as part of our project.As the > data is huge, we are expecting it will go beyond the size of cache. So > how can we know that the cache is full, hence we can start another > instance of memcache. > > Regards > Jitendra -- Sent from my mobile device Best, - Ali
