Re: More EINTR fixes
"Rob Saccoccio" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <926BA1D2762043F78C1C15717420D3DA@maisel> |
Thanks. Committed. Rob > -----Original Message----- > From: fastcgi-developers-bounces+robs=fastcgi.com-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org > [mailto:fastcgi-developers-bounces+robs=fastcgi.com-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org] > On Behalf Of Artur Zaprzala > Sent: Tuesday, November 04, 2008 9:11 AM > To: fastcgi-developers-xGejAJT2w6xVgU18Zptdi0EOCMrvLtNR@public.gmane.org > Subject: [FASTCGI] More EINTR fixes > > mod_fastcgi doesn't handle all EINTR errors, which can happen when > Apache is running in a multi-threaded mode and is keeping up with > MaxSpareThreads or is doing a graceful restart. > > Below is a patch against mod_fastcgi-SNAP-0809231057. I fixed this about > 3 years ago, so it is well tested now. >