Re: Django Performance using PyISAPIe on IIS Rocks

2008-05-13 Thread Wes Winham
It's also worth noting that you sometimes lose stability using eAccelerator. I've experienced a notable number of apache segfaults trying to squeeze out some performance, where as .pyc comes out of the box with no instability. -Wes On May 12, 10:30 am, rcs_comp <[EMAIL PROTECTED]> wrote: > Mat,

Re: Django Performance using PyISAPIe on IIS Rocks

2008-05-12 Thread rcs_comp
Mat, You are right, I should have done that. I setup eAccelerator for IIS in both FastCGI and ISAPI modes. Unfortunately, I could not get eAccelerator working in non-thread-safe mode with FastCGI (which is what Microsoft recommends). Here are my results: PHP ISAPI eAccelerator Symfony: 25.06

RE: Django Performance using PyISAPIe on IIS Rocks

2008-05-12 Thread Mat
run all out symfony servers and they wouldn't cope otherwise! Mat -Original Message- From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rcs_comp Sent: 11 May 2008 07:32 To: Django users Subject: Django Performance using PyISAPIe on IIS Rocks I decided to do a

Django Performance using PyISAPIe on IIS Rocks

2008-05-10 Thread rcs_comp
I decided to do a some tests (they probably shouldn't be called benchmarks b/c they are not real-world examples) to see how well PyISAPIe performance compared to other options on Windows. The big surprise for me was the difference between Symfony and Django (almost 10x more requests per second).