On Monday 26 November 2001 16:50, Geoffrey Talvola wrote: > On Monday November 26, 2001 07:18 pm, Dan Wilder wrote: > > Failing that, will webware run under some lighter-weight > > http server, preferably one with a Windows port? There must > > be at least one such. > > Xitami seems like a very easy-to-setup lightweight Windows web > server. I played with it for a while before switching to Apache, > and it seemed pretty nice. But I don't think I ever tried running > Webware with it. If someone tries it, let us know if it works. > http://xitami.com > > Apache works well on WinNT/2000 but it does require editing messy > config files by hand. That's a big turn-off for many Windows > people.
It would fairly straight forward to include a simple bare-bones Python coded webserver with WebKit. There's a functioning HTTPServer in the experimental WebKit code that I've been working on. It's based on the new dispatching code I wrote so it would take a bit of work to port it to the existing ThreadedAppServer. But at 210 lines, it shouldn't be terribly difficult. Anyone interested in doing that? Of course it should come with a big notice saying that it's for development and testing only. It's been lightly tested with HTTP GET requests and seems to perform just as well as Apache with some simple Cheetah servlets (180 req/sec for 600 req with a concurency of 100). Tavis _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
