If I remember it correctly, Dustin's SpyMemcached client for Java has both synchronous and asynchronous methods.
/Henrik On Wed, Feb 24, 2010 at 17:08, mnenchev <[email protected]> wrote: > Hi, > > I have mdb - message driven bean, that process hundreds messages per > minute. I want to update memcache on every message - this is very > frequently. But if i make my mdb singleton it will process messages > sequentially, so the next update will be done when the previous is > finished. Is this a problem? > Regards. >
