[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Status of ra_serf

From: Peter Samuelson <peter_at_p12n.org>
Date: 2006-02-19 07:17:13 CET

[Phillip Susi]
> Right, but is there any reason for the server not to allow an
> unlimited number of requests per connection rather than hanging up
> after a limit?

According to apache docs a long time ago, each process only answers N
requests, then it dies, in order to mitigate against any memory leaks
that might happen to exist. It may be that N is too small in today's
or tomorrow's world of deeply pipelined RPC-like requests.

Received on Sun Feb 19 07:17:36 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.