Re: asyncio integration /benefits & performance

2014-07-29 Thread Russell Keith-Magee
Hi, On Wed, Jul 30, 2014 at 1:21 AM, sastry mln wrote: > Hi All, > >Recently there was a presentation in our company about node.js and > the success stories of using it in walmart and linkedin (it was 2 years old > story but news to me). And i started googling about

Re: asyncio integration /benefits & performance

2014-07-29 Thread carlos
If you need real time application i thing you need read about gevent http://www.gevent.org/ other lecture is socketio and exit third app django https://github.com/stephenmcd/django-socketio and here other thing http://www.pixeldonor.com/2014/jan/10/django-gevent-and-socketio/ Cheers On Tue, Jul

Re: asyncio integration /benefits & performance

2014-07-29 Thread Avraham Serour
I believe this would be out of scope to django. nginx+uwsgi to serve your django apps is pretty fast, and don't use much memory or processor, what else do you need? much of performance problems can be solved by using cache properly On Tue, Jul 29, 2014 at 8:21 PM, sastry mln

asyncio integration /benefits & performance

2014-07-29 Thread sastry mln
Hi All, Recently there was a presentation in our company about node.js and the success stories of using it in walmart and linkedin (it was 2 years old story but news to me). And i started googling about this concept of asychronous I/O and bumped into youtube video about *asyncio *by