[BangPypers] Tornado or twisted?

Vaidik Kapoor kapoor.vaidik at gmail.com
Mon May 5 11:55:40 CEST 2014


Gevent is also a good option. You should read this article:
http://engineering.pinterest.com/post/65713073803/how-we-use-gevent-to-go-fast
.

This project should be helpful for whatever you are trying to do:
https://github.com/abourget/gevent-socketio

Vaidik Kapoor
vaidikkapoor.info


On 5 May 2014 12:50, Gora Mohanty <gora at mimirtech.com> wrote:

> Hi,
>
> Why not consider gevent? Do not have enough real-life experience with it to
> comment on your capacity requirements, but those will also be a function of
> your application, and will need to be actually measured.
>
> Regards,
> Gora
> On May 5, 2014 11:48 AM, "Mukesh Yadav" <mak.gnu at gmail.com> wrote:
>
> > Hey guys,
> >    I'm starting a new projects which requires real time update, something
> > like tweetdeck. After initial research I have finalized twisted and
> > tornado. But i'm confused which one to use.
> >
> > Requirement:
> > 1. Should work flawlessly with Django.
> > 2. Should be fast enough to handle around 10K concurrent users, on small
> > instance (Server).
> > 3. Should work on socket.io as I'm planning it use it.
> >
> >
> > NOTE: I'm just a Newbie :P
> >
> > --
> > Regards
> > Mukesh Yadav
> > mukeshyadav.com
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list