[Mono-dev] Problem using Mono under Apache:

Robert Jordan robertj at gmx.net
Thu Mar 26 13:49:04 EDT 2009


feffus wrote:
> 
> The problem is the following:
> When the site receives more than 50 simultaneous connections, it becomes
> unreachable even thought Apache seems to work.
> Do anyone know why?
> tnx
> 
> 
> I attach:
> - Apache server status when the service falls down
> - Apache configuration file

Try to lower these settings:

MonoMaxActiveRequests
MonoMaxWaitingRequests

Note that raising them like you did won't help at all, because they
were introduced intentionally to *limit* the requests to an amount
that can be safely processed by an application.

Robert



More information about the Mono-devel-list mailing list