[BangPypers] Tornado or twisted?

Vaidik Kapoor kapoor.vaidik at gmail.com
Mon May 5 13:34:25 CEST 2014


Ah! Good find! The same guy has written an implementation for Socket.IO as
well: https://github.com/mrjoes/tornadio

Vaidik Kapoor
vaidikkapoor.info


On 5 May 2014 16:34, Mukesh Yadav <mak.gnu at gmail.com> wrote:

> Thanks guys,
>    Seems I have to give a thought over gevent too. Meanwhile
> https://github.com/mrjoes/sockjs-tornado also seems good option though in
> this case sockjs is being used.
> Sockjs is as good as socket.io.
>
>
> On Mon, May 5, 2014 at 3:25 PM, Vaidik Kapoor <kapoor.vaidik at gmail.com
> >wrote:
>
> > 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
> > >
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > https://mail.python.org/mailman/listinfo/bangpypers
> >
>
>
>
> --
> Regards
> Mukesh Yadav
> mukeshyadav.com
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list