Re: Asynchronous notifications

2012-08-03 Thread dormando
> Hi all, > I've made a few little experiments with Memcached, and it fits my needs well > for 90% of my web application that is a simple CGI or FastCGI with > request/response services.  The rest of my web app is a set of long-running > daemons that subscribe to a message queue and > wait for e

Re: Asynchronous notifications

2012-08-03 Thread Yiftach Shoolman
I don't know about the future plans of Memcached, but you can find this functionality in Redis . Best, Yiftach On Sat, Aug 4, 2012 at 1:28 AM, Michael FIG wrote: > Hi all, > > I've made a few little experiments with Memcached, and it fits my needs > well for 90%

Asynchronous notifications

2012-08-03 Thread Michael FIG
Hi all, I've made a few little experiments with Memcached, and it fits my needs well for 90% of my web application that is a simple CGI or FastCGI with request/response services. The rest of my web app is a set of long-running daemons that subscribe to a message queue and wait for events they'

Problem in setting MySQL query result

2012-08-03 Thread Randeep P Raman
Hi all, I'm setting MySQL query result after serializing the result set. It is time consuming and I'm not getting expected results. Below is the code I'm using. Is there any better methods? query is the hashed value of original MySQL query - query1 if (mcc.get(query) != null) { CachedRowSetImpl c