[Mono-dev] [PATCH] mod_mono: startup problems with Apache 1.3

Gonzalo Paniagua Javier gonzalo at ximian.com
Sat Nov 12 13:44:06 EST 2005


On Sat, 2005-11-12 at 15:34 +0100, Robert Jordan wrote:
> Hi,
> 
> The attached patch fixes the problem by not starting
> xsp from apache's child_init handler. It's now started
> on demand during the first request.
> 
> I'm not sure whether this is desired, because it may
> lead to HTTP_SERVICE_UNAVAILABLE during the first
> request. It just fixes the problem for me.

We used to do this before and then found out that when using Apache MPM
worker it caused a segfault and mod-mono-server didn't even start.
That's why we start mod-mono-server in child_init.

-Gonzalo





More information about the Mono-devel-list mailing list