.NET Support For Apache
Sterling Hughes writes "It is now possible to embed MSIL bytecodes into Apache
using the mod_haydn
module. This means any language that can be
compiled into MSIL, now has access to the Apache
API, and can register Apache handlers (theoretically
at least). Currently content, translation and
authentication handlers are supported.
mod_haydn is
released under the BSD License."
Boy! Finally something that can actually crash my web server. Doesn't that make you excited.
Jonahweb.com has stuff.
Gee, this topic isn't generating much rave.
I wonder if it is because of us engineers' aversion to NET2 or Microsoft isn't pumping enough money into the marketing blitz.
Go ahead, mod me anyway for this (after all there were 6 or 7 postings to this topci).
post. damn i'm good
Lemme know when it implements more of the IL functionality and I will be all over this thread spreading my love around.
.asp on your existing IIS server to .NET using the tools provided with VS.NET and compile down to IL.
Step 1. Convert all
Step 2. Copy new bytecode to your new Apache/Linux Server.
Step 3. ???
Step 4. Profit!
If the majority of your present customers are on Windows, and you hope port to Linux later, this is an interesting development.
If your developers are all Windows developers comfortable with C# and not Java, this might end up being a big deal.
If you're considering compiling a higher level language to byte codes, on Windows compiling to MSIL makes a lot of sense. If this also works elsewhere, again this could turn out to be a big deal.
So yes, this *is* interesting...