mod_haydn 0.0.6 review

Download
by rbytes.net on

mod_haydn is an apache module which allows you to embed MSIL bytecodes (the foundation of Microsoft's CLR/.NET) into Apache

License: BSD License
File size: 0K
Developer: Sterling Hughes
0 stars award from rbytes.net

mod_haydn is an apache module which allows you to embed MSIL bytecodes (the foundation of Microsoft's CLR/.NET) into Apache. mod_haydn allows you to access all of Apache's API from any CLR/.NET enabled language.

Currently it only has partial support for the Apache 1.3 api, allowing you to handle requests (and get associated request information), set apache translation, authentication, and authorization handlers. Support is planned for Apache 2.0, and more specialized Apache API features.

Known Bugs:

Currently, when using Mono with the Boehm GC, you cannot handle multiple requests with the same process (which is needless to say, quite essential). This works fine without the Boehm GC engine. I assume that this is a Mono problem, and not an apache module problem (as others have also encountered this problem) -- however this is not verified yet.

Requirements:
Apache 1.3.x

What's New in This Release:
Re-add the Browser.* functions
Fix a bug when dealing with Request.SetFilename()

mod_haydn 0.0.6 keywords