On 11/17/2013 3:39 PM, Erez D wrote:
On Sun, Nov 17, 2013 at 10:36 AM, ik <ido...@gmail.com> wrote:
Hi, I think you tackle it wrong.

If there is no need for accessing the database all the time, why not cache the result in tools such as Memcached or Redis ?
then i will still need to poll  Memcached or Redis. this may speedup things, but it is still polling, which i try to avoid
If you are interested in the options for replacing client polling this answer from stackoverflow is very helpful.
http://stackoverflow.com/questions/11077857/what-are-long-polling-websockets-server-sent-events-sse-and-comet

Depending on which approach you take you would need to find the appropriate server side technology to interact with a MySQL generated event.
-- 
David Suna
da...@davidsconsultants.com


_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to