At 08:16 PM 6/8/2001 +0200, Tom Schwaller wrote:
>B.T.W. take a look at www.python.de, there is some
>surprise about Webware, but it's not finished yet.
>I need a stable AsyncThreadedHTTPServer,
>because I have no Apache on the uCSimm.
>Unfortunately it does not seem to run stable.
>I have to use a different thread Library for Python
>(there are no pthreads on Linux/m68k), but we have
>Python running with floating point emulation on
>that hardware. Take a look at the page, you
>will understand what I'm talking about (Kind of Pippy
>for Linux/m68k). It's really cool stuff, but
>not 100% finished..

We don't recommend Async* anymore because of various problems with it. It 
is considered experimental.

If you look at the "AppServer" script in CVS, you will see that the new 
default app server is ThreadedAppServer.

Whether or not that makes any difference in your app, I don't know. But I 
wanted to point this out.


-Chuck


_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to