Re: Long Poll in Django

2009-07-30 Thread Vasil Vangelovski
I've used orbited with success for this purpose: http://www.orbited.org/ But getting started integrating it with your django project is not very straightforward. On Thu, Jul 30, 2009 at 11:52 AM, aleph wrote: > > Hi! > > Is it possible to use Django with longpoll technique? What I mean is a > cl

Re: Long Poll in Django

2009-07-30 Thread prabhu S
long poll, push ajax, comet wow too many names for this!!! It will be interesting to study http://code.google.com/p/pygowave-server/ and find out how they implement this. Regards, Prabhu On Jul 30, 10:52 am, aleph wrote: > Hi! > > Is it possible to use Django with longpoll technique? What I mea

Long Poll in Django

2009-07-30 Thread aleph
Hi! Is it possible to use Django with longpoll technique? What I mean is a client (probably Flex client) which sends a request to server and start recieving data 'forever' - until timeout or something. The django application on server has polling loop or some producer/ customer threads inside -