Anybody knows how asp.net/mono performance is on Linux ?
I mean, which server gives you the best performance/delivery time (Apache/Apache2, xsp2, lighthttp, nginx, other) ?
Since all asp.net goes via xsp2, I'd say xsp2 would certainly be fastest, but it's probably missing a lot of features, which lighthttp offers (e.g. mod_dosevasive, URL-rewriting, etc.).
From serverfault
Quandary
-
I haven't tested it, but I would think it depends on what functions you're accessing in Mono. I wouldn't be surprised if the application would have to actually be tested with different web servers and configurations specific to the application in question to profile performance. There may be a particular function or behavior that can affect your profiled performance.
From Bart Silverstrim
0 comments:
Post a Comment