[Mono-aspnet-list] Help, looking for specialist in Mono 2.10.2

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Mon Aug 15 14:25:38 EDT 2011


On Mon, Aug 15, 2011 at 12:58 PM, Maksymax <mrudenko at slangwho.com> wrote:
> Hello everyone, I am looking to hire someone to help me solve a problem. We
> are running a startup in New York City,and We have Mono 2.10.2 running on
> openSUSE linux, via FastCGI proxy on Nginx web server. With a relatively
> small load the service dies because of "too many open files". There is one
> Interop to ImageMagick which seems to consume a lot of memory.

Hi there.

Mono's FastCGI server is not near production ready. Last thing I
remember is that there was a rewrite in progress but then it stopped
(perhaps the turmoil at Novell).

I am not familiar with nginx, but there's probably a way to make it
query another server as a proxy would do. Set it up this way and use
xsp as your backend process.

And if you insist on Mono fastcgi... check the output of 'ulimit -n'.
It's probably juts 1024. Set it to at least 10240 (/etc/limits.conf or
similar).

-Gonzalo


-Gonzalo


More information about the Mono-aspnet-list mailing list