https://bugzilla.novell.com/show_bug.cgi?id=472732
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=472732#c5 --- Comment #5 from Marek Habersack <[email protected]> 2009-02-09 10:32:46 MST --- This is not a crash but merely information that you've reached the limit of maximum concurrent requests configured for your server instance: [Sun Feb 08 21:37:41 2009] [error] Maximum number of concurrent mod_mono requests to /tmp/mod_mono_dashboard_control_2.l You can adjust the number of concurrent/waiting requests using the two directives (pasted from the mod_mono manual page - type man mod_mono in your terminal): ------------ MonoMaxActiveRequests The maximum number of concurrent requests mod_mono will pass off to the ASP.NET backend. Set to zero to turn off the limit. Default value: 20. MonoMaxWaitingRequests The maximum number of concurrent requests mod_mono will hold while the ASP.NET backend is busy with the maximum number of requests specified by MonoMaxActiveRequests. Requests that can’t be processed or held are dropped with Service Unavailable. Default value: 20. ------------- Hope that helps -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
