Hi Guys,

I've no idea if anyone is using httpd CLI yet, I wanted to inform about its use. I think it is a great project combining the .NET Framework (and myabe mono) and Apache. I have developed in C# for the last 3 years, everything from windows apps, services and websites.

I've pulled a version from the subversion repository a couple of weeks ago and got it compiled and running with two minor changes.

Changed

if (!repl || wcscmp(repl, L"\\apache.exe"))

into

if (!repl || !wcscmp(repl, L"\\apache.exe"))

and changed the PublicKeyToken refrence on line 329 of mod/mod_aspdotnet.cpp to match the assembly.

I've stress tested it quickly, the strange thing was that the req/sec were lower than on IIS but the throughput in mb/sec was higher. I haven't looked any further, but to bad the number of requests is lower than with IIS. Maybe I missed a Apache configurational setting or this will be improved in feature releases.

Does anyone have experiences with the perfomance of this module ? (Maybe it's the wrong place to ask it on this mailing list, sorry for that)

_________________________________________________________________
On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement




Reply via email to