Re: running code after FCGX_Accept fails
Sven Verdoolaege <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 26, 2007 at 04:51:02PM +0100, alexander johnson wrote: > Hi, > There some very important cleanup code i need to run after FCGX_Accept > == -1 and exits its loop. The problem is that the program exits > immediately after FCGX_Accept == -1 so cant run any code after. You'll have to be a bit more specific. Are you saying that FCGX_Accept never returns and just exists or that your code exits after FCGX_Accept returns? In the latter case, there's not much we can do to help you. In any case, FCGX_Accept does not return -1, unless the error happens to be EPERM. Why do you think it does? skimo ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/