Home > Archive > PHP on Windows > April 2007 > Re: [PHP] slow performance
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP] slow performance
|
|
|
| Henning Eiben wrote:
> I wrote a small sample-application once using PHP (with propel and
> smarty) and once using Java (JBoss, EJB3, JSP & Servlets). Both apps are
> being served from a windows server (2x Xeon 1,3GHz, 2 GB RAM), but the
> performance of the PHP version is much slower than the Java version.
>
> I already installed an php-accelerator (eAccelator) which increased the
> overall performance, but still the performance is quite poor.
>
> Are there any "tweaks" to tune PHP performance?
Don't use Windows.
If you *must* use windows, use FastCGI.
-Stut
| |
| Henning Eiben 2007-04-25, 7:59 am |
| Stut schrieb:
>
> Don't use Windows.
Well, I don't really have any option. Also I have to use IIS as a webserver.
> If you *must* use windows, use FastCGI.
OK, so FastCGI is much better than ISAPI? Looking quickly at the
installation-docs, FastCGI is not explicitly mentioned. So basically I
would just use php5-cgi.exe instead of php5-isapi.dll?
--
.... There are 10 kinds of people. Those who know binary code, and those
who don't.
|
|
|
|
|