since this is may first post here, i first wish to say @Hello all.
In our projects we're using memcache for some times, changing from file
system based solutions since the later ones were not stable anymore when
traffic grew up (operations on file system are not atomic and we've
encountered often overload on database system).
Recently we've adopted Zend Framework as our core development framework and
implemented memcache but I've noticed that the "weight" parameter used for
addServer method (memcache library) is not available for
Zend_Cache_Backend_Memcached backend.
Is not difficult to add this but i don't feel comfortable in changing
sources of the Framework or extending them for these kind of reasons.
Although "weight" is an optional parameter, for a big pool of memcache
servers may be important specially when you're using machines running for
different other services and having different amount of memory available.
I don't understand why they missed this...if somebody here have some ideas
about this, feel free to speak about them.

thank you :)

-- 
victor

http://apostolvictor.info

Reply via email to