fastcgi-mono-server with Nginx is much slower than xsp4

Posted by marxin on Server Fault See other posts from Server Fault or by marxin
Published on 2013-02-07T00:09:24Z Indexed on 2013/11/11 15:59 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

We started testing our MVC4 app on xsp4 server compiled with mono-3.0.3, speed was enough and we decided to set up production fastcgi-mono-server4 (version 2.11.0.0) with nginx (1.2.6-r1).

Single query that loads some JSON query took ~200ms on XSP4, but Nginx serves the query in about 1.2s and I am wondering where could be such a slow down?

I followed nginx configuration: http://www.mono-project.com/FastCGI_Nginx and fastcgi-mono-server4 uses socket for listening nginx.

Do you have any ideas how to log some time stamp which will help me?

Thanks

© Server Fault or respective owner

Related posts about nginx

Related posts about fastcgi