On Mon, 2006-03-06 at 11:31 -0800, Gokul P. Nair wrote: > In other words, is there any way to attach the perl debugger with a > specific httpd pid, without having to restart Apache in a single > worker thread mode to ensure that the perl debugger attaches to the > right httpd pid?
No. You have no control over which process will handle a request if you are running with multiple processes. - Perrin