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
