On Tue, Jun 11, 2002 at 06:35:15PM +0100, Pier Fumagalli wrote:
> >From time to time, 3 times over 10k requests today for manual/index.html,
> 2.0.38-dev as of this morning segfaults when it is compiled at 64bits under
> Solaris-8, with lightweight processes used instead of threads, and
> concurrency greater than 1000...
...
> The relevant part of the configuration are:
>
> StartServers 4
> ThreadLimit 256
> ThreadsPerChild 256
> MaxRequestsPerChild 0
Are you maybe just running out of process slots? The /usr/lib/lwp/ thread
library guarantees that you'll use 4*256 process slots right off the bat,
where the default /usr/lib library will ramp up over time.
-aaron
|