If you compare twisted & tornado considering your requirements, twisted is
the best choice. Also it has third party add on for tornado.

Yes it works flawlessly with Django.
If your system architecture is good enough, there is no issue of 10K users.
I guess it will not give trouble with socket.io, but I haven't use.




On Mon, May 5, 2014 at 12:50 PM, Gora Mohanty <g...@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....@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@python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to