[melbourne-pug] multi threaded/process web apps

Andreux Fort andrew.fort at gmail.com
Mon Jul 11 04:30:40 CEST 2011


Webpy is agnostic, it's not a threaded server.  Twisted is a single threaded
approach to the problem, but is also a framework.  Django, webpy, pylons etc
will all work with multithreaded servers.

For an asynchronous approach try twisted or tornado.
On Jul 10, 2011 7:27 PM, "James Alford" <mydnite1 at gmail.com> wrote:
> Hi All
>
> I have reached an impasse with a php based web services project.
> Doing multi threaded/process operations is just not a simple affiar.
>
> Can any one recommend a python web framework that seamlessly does
> multi threaded/process operations?
>
> I'm reviewing webpy and twisted today as possible replacements.
>
> Thanks
> James
> _______________________________________________
> melbourne-pug mailing list
> melbourne-pug at python.org
> http://mail.python.org/mailman/listinfo/melbourne-pug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/melbourne-pug/attachments/20110710/451bdd8c/attachment.html>


More information about the melbourne-pug mailing list