Mono Apache Module Redesign


Posted

in


There’s a bit of Mono news today:

Gonzalo rearchitected our Apache module for hosting Mono and ASP.NET. The previous incarnation hosted a Mono runtime on each Apache process, which lead to a slow setup for webforms. The new setup uses a shared mono process for all the incoming requests. Daniel later improved up the new architecture and added dual support, so now in addition to Apache 2.x, we support Apache 1.3 with the same codebase.

The new code is available via CVS.  A new module, mod_mono is also available.  Rock on, guys.