We have a typical situation where a HTTP server (S) starts, preforks a number of processes (P0...Pn-1). We have a need to do some request accounting, i.e. get some kind of notification (or at least learn somehow) when Pi starts processing a request and as well as when Pi finishes the request. Any suggestions or help would be greatly appreciated.
Regards, [EMAIL PROTECTED]