Re: Connection status
"Shruthi Dipali" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
> Generally with fastcgi you process requests > so > quickly it seldom happens. If it does it's more trouble to detect it > and abort the request than it is to ignore it and let the results go > to the bit bucket. Hey Jay, Thanks for your response. What you say makes perfect sense. But this issue needs a fix. I can't quite figure out how else to do it. Regards, Shruthi On Thu, Oct 23, 2008 at 6:35 PM, Jay Sprenkle <[email protected]> wrote: > > > On Thu, Oct 23, 2008 at 7:38 AM, Shruthi Dipali <[email protected]> > wrote: >> >> I need a >> way of checking if the request that is queued is already timed out >> before forwarding the request >> to tomcat. > > I've been looking at that same code to try to detect when there are > pending requests so I can intelligently schedule maintenance tasks. > > I don't think mod_fastcgi, or any existing fastcgi library, have any > monitoring for that condition. Generally with fastcgi you process requests > so > quickly it seldom happens. If it does it's more trouble to detect it > and abort the request than it is to ignore it and let the results go > to the bit bucket. >