[Mono-list] HttpRuntime performance

Atsushi Eno atsushi at ximian.com
Fri Jun 29 14:51:51 EDT 2007


Rueben Ramirez wrote:
> As I understand it, mono server just executes the binary that has been 
> pre-compiled with either Visual Studio or via mono compilation..  

Mono aspx compilation, which you mentioned above, is of course slow
and happens at the first run. Hence you should not count it.

No matter how many times you stop and restart apache and compare
results, it won't make any boost since aspx compilation occur in
every application bootstrap.

(If you mean other kind of slowness, you had better show what
you have been doing to measure performance much more precisely.)

Atsushi Eno


More information about the Mono-list mailing list