Brad Clements wrote: > On 9 May 2007 at 10:26, Shannon -jj Behrens wrote: > >> On 5/9/07, Andrew Wilson <[EMAIL PROTECTED]> wrote: >>> This is a wierd one, to me. After serving 500 pages (exactly), wphp starts >>> failing with the error: "connection refused". After serving this many pages, >>> the PHP process refuses to accept any more connections on the FCGI port. > >> I'm just taking a wild guess: >> >> A 500 error means something is broken. Perhaps the server is killing > > Maybe that's too wild a guess. > > He said it fails after serving 500 requests. I don't think he's saying it > returns an > HTTP 500 status code. > > -- > > > What OS is this on? > > If it's linux, I'd check ulimit -a output. > > I am thinking somewhere, some reason is not being freed and some code has a > limit of 500 of "these things".
Possible things might be a connection that isn't properly closed, or... well, that seems like the most likely thing. It might be PHP that does the limiting, or perhaps the OS. I haven't actually looked in fcgiapp much at all (Allan wrote that part), so I don't know how it manages those connections. Ian _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
