Now it's Nginx time!

I finally got some time this weekend to switch over my website over from Apache to Nginx and everything seems to be working alright at this point. Not that this really deserves a blog post of it's own but we'll see.

Essentially, there are two parts to this website - Django and PHP which are proxied through FCGI using flup and php5-cgi respectively. Easy peasy! :-) Memory utilisation wise, 4 worker processes + 4 php5-cgi + 4 flups use about the same as Apache on WSGI and PHP. So far it seems to me that the page response time is lower on Nginx (inference based solely on ad-hoc web browser load time rather than any specific benchmark). Images and any static resources do load faster on Nginx.


Jotted by ishwor Sept. 18, 2011
Bookmark and Share

Comments

No comment posted yet

Trackbacks

No trackbacks yet

Leave a Reply/Discuss







Spam Prevention: To post your comment without previewing it you need to complete the captcha below, type the words you see or hear into the box below. This helps stop spam from being posted to the site.
A Django site. Powered by Python.
Developed using djangle