[BangPypers] Tornado or twisted?
Jeffrey Jose
jeffjosejeff at gmail.com
Mon May 5 14:59:22 CEST 2014
I've played around with Twisted enough to not recommend it to someone
unless they know what they are doing. The learning curve is pretty steep,
and it's hard to wrap your head around the callback paradigm. It's super
powerful once you get past growing pains, which as I mentioned is super
significant.
Tornado on the other hand is very minimalist and reminds you of webpy if
you've worked with it.
I've not worked with django so I can't comment on how django hooks into
each of these.
On May 5, 2014 5:34 PM, "Vaidik Kapoor" <kapoor.vaidik at gmail.com> wrote:
> 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
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> https://mail.python.org/mailman/listinfo/bangpypers
>
More information about the BangPypers
mailing list