Patches item #615923, was opened at 2002-09-28 14:00 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=615923&group_id=4866
Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Jim Madsen (jmadsen) Assigned to: Nobody/Anonymous (nobody) Summary: LRWP Adapter for Xitami & WebKit w/ File Initial Comment: Duh! I'm guessing you must be registered to upload a file, so I jumped through the appropriate hoops and here it is again. The included file is an adapter for the Xitami Web Server to link it to WebKit through an LRWP (Xitami's persistent CGI extension). Just modify the parameters section for the path, appname, host and port for your system and run from the command line. (Xitami must already be running). The speed increase is noticeable. For heavier loads, you can start up multiple instances and Xitami will use the additional ones if needed. If you use the lrwplib.py file that comes with Xitami, don't forget to change line 104 to self.sock.connect ((self.host, self.port)) if you are using a version of python after 1.5.2. This module was written and tested on Windows, so if their are any issues with Linux, let me know. I am new to Python (and programming in general) so all suggestion are welcome...except maybe "give it up". ---------------------------------------------------------------------- >Comment By: Ian Bicking (ianbicking) Date: 2002-10-18 03:49 Message: Logged In: YES user_id=210337 Committed ---------------------------------------------------------------------- Comment By: Jim Madsen (jmadsen) Date: 2002-09-30 23:37 Message: Logged In: YES user_id=619833 Added an option for a clean shutdown. Enter Ctrl-C at the console and the LRWP will shut down clean on the next page request (you may need to send one yourself). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=615923&group_id=4866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
