14 Sep
2011
14 Sep
'11
6:10 p.m.
On 14 September 2011 16:04, Puneet Kishor <punk.kish@gmail.com> wrote:
As I said, I tried "2" once, and I started getting errors. The app would not return any content or an error (I forget the exact error message), and then I would hit refresh and the content would be delivered. I bumped the number of processes to 10 and things were ok again.
I experienced something similar. I benchmarked with httperf and found that running my app as a FastCGI process instead of proxying to Starman (with the same number of worker processes) gave much better performance. I am using Nginx as the frontend proxy.