On Tue, Oct 07, 2003 at 01:16:13PM -0700, [EMAIL PROTECTED] wrote:
> I have problems with many concurrent request for Webware. I get the error:
Webware uses threads. That said, some Python DBAPIs are not totally
threadsafe requiring that you, the programmer, provide synchronization.
>From the p
On Sun, Oct 05, 2003 at 08:30:31PM -0700, [EMAIL PROTECTED] wrote:
> I created an application based on Webware and Python. I was surprised
> why it works so slowly. So I decided to check how fast are different
> Python solutions against PHP.
> Webware servlet without templates:
> >>>http://local
erest).
Cheers!
-giles hall
diff -r -C3 Webware-0.8.1/WebKit/Monitor.py Webware-patched/WebKit/Monitor.py
*** Webware-0.8.1/WebKit/Monitor.py Sun May 6 21:53:28 2001
--- Webware-patched/WebKit/Monitor.py Wed Oct 1 12:22:22 2003
***
*** 1,316
! #!/usr/bin/env p