Btw rather than using memcache, you can use MySQL MEMORY type tables but be sure to use it for temporary data only since the data will be erased if the server is restarted (and grab all the cheap RAM you can get). You can use this with the federated tables feature to scale up. For PHP fans, u can also use SHMOP. Linux purist, can also use the FIFO solution.
On 10/3/07, Tiger Quimpo <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-03 at 16:27 +0800, Orlando Andico wrote: > > On 10/3/07, Tiger Quimpo <[EMAIL PROTECTED]> wrote: > > > Coherence can handle the RETRY bit using what's known as an > > EntryProcessor. This is a Java class which executes when an object is > > placed in the data grid. If a node dies while in the process of > > executing the EntryProcessor, the processor is guaranteed to be > > re-issued (since Coherence provides reliable data object storage). > > This has been an interesting thread. didn't start out that way > very much, but I'm going to find the time to look at Coherence > (although... java... yech). I've been resisting looking at > memcached too. I'll look at that too though. > > tiger > > -- > Gerald Timothy Quimpo [EMAIL PROTECTED] > Business Systems Development, KFC/Mr Donut/Ramcar > > Most people are *never* ready for Lisp, just like they're never ready > for math, or philosophy, or any of the human endeavors that will be > remembered and cherished by aliens who study our culture after we > blow ourselves up. > -- > http://www.cabochon.com/~stevey/blog-rants/ten-challenges.html > > > > _________________________________________________ > Philippine Linux Users' Group (PLUG) Mailing List > [email protected] (#PLUG @ irc.free.net.ph) > Read the Guidelines: http://linux.org.ph/lists > Searchable Archives: http://archives.free.net.ph > -- -- Roger P. Filomeno TechBiz Asia Group Pte Ltd http://corruptedpartition.blogspot.com/ send MSG GODIE <YOUR MESSAGE> to 2948 $> who | grep -i blond | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep
_________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

