Re: Can't shut down apache2
Shugo Maeda <[email protected]> Fri, 27 Aug 2004 17:20:34 +0900
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hi, [email protected] wrote: > It seems to be fixed in SVN head. Thank you very much. > > What was the problem? I may not understand the answer, but > I'd at least like to try to understand. Apache sends SIGTERM to child processes again if child processes doesn't die in 1.4 sec. In some environment, this cause thread blocking. I don't know why. In SVN head, mod_ruby is changed to ignore the second SIGTERM. [email protected] wrote: > I'm really enjoying working with Ruby and mod_ruby. I have > very little experience with OO programming, so there is a lot > to learn -- but it's a nice change from PHP, and the code is > much more readable. Thank you:) Shugo