I am pleased to announce a new plugin (available in 1.9) for running ASP.NET applications via Mono.
The plugin is already working (both in multiprocess and multithread modes), but new specific features will be added in the next few days. A build profile is available: UWSGI_PROFILE=mono make To run an asp.net application in the /opt/foobar directory: uwsgi --http :9090 --http-modifier1 15 --mono-app /opt/foobar --threads 10 The build system will generate a uwsgi.dll too (it will be required for api access), you need to copy that file in a Mono assembly directory or in the bin of your application. As the ruby one, the garbage collector is extremely aggressive (it will run after every request). You can tune it with --mono-gc-freq. If you plan to make benchmarks vs XSP, remember that point ;) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
