Ian Bicking wrote: > On Fri, 2002-12-06 at 16:30, Geoffrey Talvola wrote: > > Ian recently checked in code to WebKit that allows the appserver to serve > > HTTP directly. You can try it out by checking out Webware from CVS and > > running this in the WebKit directory: > > > > python Launch.py NewThreadedAppServer http > > > > I just tried it for the first time. It works -- you can connect to > > http://localhost:8080/ and view pages without a webserver. Unfortunately, > > it seems to consume 100% of the CPU even when it's not doing anything. > > There must be a busy loop in there somewhere. Ian, have you ever noticed > > this? I'm on Windows NT 4.0 if that matters. > > I just tried it on Linux, and didn't have a problem. Does it > change if > you start the http server? (It shouldn't -- the loop for adapter and > http interfaces should be identical)
I just checked in a fix to CVS. The bug was easy to find once I looked for it, and it only affected Windows. - Geoff ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
