You are right.  The December 19th executable fixed the 100% CPU Usage.  The
wkcgi.exe is run and waits until the server is ready to respond without
using any cpu cycles.

Did this executable also address the 'Use Automatic Path Sessions'?  This is
the error when I try to just run the example pages:


Traceback (most recent call last):
  File "WebKit\Application.py", line 346, in dispatchRequest
    self.handleMissingPathSession(transaction)
  File "WebKit\Application.py", line 487, in handleMissingPathSession
    if request.queryString():
  File "WebKit\HTTPRequest.py", line 448, in queryString
    return self._environ['QUERY_STRING']
KeyError: QUERY_STRING

Also, just to make sure I am up to date, what webware release should I be
running.

Thank you for all you help....


-----Original Message-----
From: Geoffrey Talvola [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 6:58 AM
To: [EMAIL PROTECTED]; 'Jay Love'
Cc: Webware-Devel (E-mail)
Subject: RE: [Webware-devel] A few questions


At 06:05 PM 1/10/02 -0800, Russell Blank wrote:
>Jay,
>
>I have not been able to identify why wkcgi.exe hangs.  Here are the steps
to
>reproduce the problem:
>
>Do not start the ThreadedAppServer.
>Make a request to wkcgi.exe
>Browser will hang
>Check task manager and you will see the process for wkcgi.exe peaking cpu
>usage
>Process does not die
>
>Besides just running without the listener, I noticed that if I refresh the
>page for about 30 seconds, I will get a ghost wkcgi process.
>
>Thanks for your help.

Are you using the latest wkcgi.exe downloaded from
http://webware.sourceforge.net/MiscDownloads/ForCVS/Windows/ ?  I updated
it on December 19 with some bugfixes including (if I remember correctly) a
fix for the exact problem you're describing.


--

- Geoff Talvola
   [EMAIL PROTECTED]


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

Reply via email to