Re: forking from the main Apache process

1999-10-31 Thread Doug MacEachern
On Sat, 23 Oct 1999, Stas Bekman wrote: > > After investigating deeper into a hanging detection problem, I understood > that I can quite easily write a monitor that will detect these processes > and kill them off. I wrote a module Apache::SafeHang with help of > Apache::Scoreboard that should so

forking from the main Apache process

1999-10-23 Thread Stas Bekman
After investigating deeper into a hanging detection problem, I understood that I can quite easily write a monitor that will detect these processes and kill them off. I wrote a module Apache::SafeHang with help of Apache::Scoreboard that should solve the problem. The only problem I have with this