[BangPypers] Tornado or twisted?

Venkatraman S venkat83 at gmail.com
Tue May 6 12:57:17 CEST 2014


Without knowing the nature of workload and arch it would be a tough bet to
suggest django or not.
nltk is just a lib which you can invoke from anywhere. In fact, js has some
good nlp utils.

Simple thumb rule you can follow is :  If you are not highly cohesive to
the DB, then you are better off using other light-weight frameworks.


On Tue, May 6, 2014 at 2:42 PM, Mukesh Yadav <mak.gnu at gmail.com> wrote:

> @Shreyas there is requirement for nltk, hence don't want to mix languages.
>
>
> On Tue, May 6, 2014 at 1:45 PM, Kulkarni, Shreyas <shyran at gmail.com>
> wrote:
>
> > probably a bit off topic, but little curious to know what node can't
> > handle. did you mean that in comparison with twisted/tornado?
> >
> > shreyas
> >
> > On May 6, 2014, at 1:32 PM, Mukesh Yadav <mak.gnu at gmail.com> wrote:
> >
> > > @venkatraman I feel meteor is only for prototyping, and if you need to
> > have
> > > some serious changes in future you have to crack the framework.
> > > I want to have only one stack at the server. As there is some other
> plan
> > > too which node cant handle.
> > >
> > >
> > > On Mon, May 5, 2014 at 1:00 PM, Venkatraman S <venkat83 at gmail.com>
> > wrote:
> > >
> > >> On Mon, May 5, 2014 at 11:47 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.
> > >>>
> > >>
> > >> Why do you need Django for this usecase? Why not consider node or
> > meteor?
> > >> _______________________________________________
> > >> 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
> >
>
>
>
> --
> 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