[Mono-list] Web: Apache v/s IIS

Miguel de Icaza miguel@ximian.com
21 Dec 2001 09:47:14 -0500


> What I was thinking of doing is adding a mod_mono into apache which would
> allow apache modules to be written with CIL. Then, write a module that
> passes the required information to HttpRuntime. The other way would be to
> do it the way Microsoft did it. Have a totally seperate process for the
> HttpRuntime and send requests at it via named pipes.

Yeah, that should be doable.  We should make the Mono runtime callable
soon and writing the module should be a piece of cake