On 9/20/05, Stephan Diehl <[EMAIL PROTECTED]> wrote:
> On Tuesday 20 September 2005 08:50, Gregor Horvath wrote:
> > Hi,
> >
> > I am evaluationg using Webware instead of plain python CGI.
> [...]
> >
> > def testcgi():
> >      for i in range(100):
> >          u.urlopen("http://localhost/cgi-bin/perftestcgi.py";)
> >
> > def testwebware():
> >      for i in range(100):
> >          u.urlopen("http://localhost/cgi-bin/WebKit.cgi/perftest.py";)
> 
> As long as you invoke Webware with the CGI adapter, you can't see any speed
> improvement over plain CGI.

Oh, yeah. That too.  :-)

Although you could still see some speedup for complex apps with many
imported modules (WebKit.cgi only imports a few and the WebKit app
server stays resident) and in-memory caches.


-Chuck


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to