I know about compilation, so i have browsed the pages before executing apache benchmark (ab -n 10000 -c 200 http://localhost/aspx/default.aspx).
Against some simple php files, mono runs much slower. I will setup mono on another box and test it again, so i can post some benchmark results and the page code i have tested. Atsushi Eno wrote: > 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 > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
