I took Ian Bicking's HTTPAdapter.py and checked it into WebKit/Experimental/HTTPAdapter.py. So Webware once again has the capability to be run without a separate web server (but please, don't use this for a production server!).
I did make 2 modifications: - I modified it to use a ThreadedHTTPServer class I found in an old comp.lang.python post. So now it actually handles requests on separate threads, so it will support concurrent requests. - I also removed support for POST requests without a content-length header. Thanks, Ian! - Geoff _______________________________________________________________ Hundreds of nodes, one monster rendering program. Now that's a super model! Visit http://clustering.foundries.sf.net/ _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
