.NET Support For Apache 11
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."
Re:Yay (Score:1)
NET2 an antithesis? (Score:1)
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).
Interesting for the future rather than the present (Score:1)
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...