[melbourne-pug] multi threaded/process web apps

Anthony Briggs anthony.briggs at gmail.com
Mon Jul 11 04:33:03 CEST 2011


Hi James,

More details would probably help (eg. what's the project/what are you
trying to do). There might be an alternative way to do things.

In general though, "multi-threaded" and "seamless" don't go together
very well. Even in frameworks like Twisted, there's a significant
overhead of deferreds, callbacks, errbacks, etc. which will make your
code hard to follow. Easier than doing it in standard Python, but
still hard.

Anthony

On 11 July 2011 12:27, 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
>


More information about the melbourne-pug mailing list