At 06:00 PM 6/19/2001 -0400, Chuck Esterbrook wrote:
>I reinstalled Python (2.1) but didn't get to the win32 extensions yet. 
>Upon launching WebKit, I get:
>
>Listening on ('127.0.0.1', 8086)
>Creating 10 threads..........
>win32 extensions not present.  Webkit Will not be able to detatch from the 
>controlling terminal.
>Ready
>
>
>Is this something I should worry about? I don't recall WebKit detaching 
>from the controlling terminal in the first place.

I think it means you can't use the "stop" command-line argument to stop a 
running WebKit on Windows unless you have the win32 extensions 
installed.  Although looking at the implementation, it looks like it uses 
TerminateProcess which is a bit brutal; so I'd probably recommend not using 
it even _with_ the win32 extensions installed because it won't have a 
chance to do any sort of cleanup, and especially on Win95/98/ME that's a 
recipe for crashing your os.  And on WinNT/2000 you should be running the 
app server as a service, which lets you use the standard service start and 
stop mechanisms.

I think the wording of the message leaves a bit to be desired.


- Geoff


_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to