Christoph Zwerschke wrote: > Kevin J. Rice wrote: >> 1. Can we find the current running request for each thread, when that >> request started, and view the queue of requests not yet assigned to >> any thread? > > The pending request are in the application._server._requestQueue. You > can also find in the _processing attribute whether a thread is currently > processing a request. But it seems you cannot find which request handler > is currently processed by that thread.
We could make a simple change to ThreadedAppServer by setting the _processing attribute to the currently processed handler or None instead of True/False. Would this be helpful? -- Christoph ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Webware-discuss mailing list Webware-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-discuss