Heavy server load in editor fullscreen mode

Heavy server load in editor fullscreen mode

Napisane przez: Martin Mueller ()
Liczba odpowiedzi: 2

Hi

Does anybody can reproduce that? If I open HTMLeditor in fullscreen mode and insert an image or edit table properties (probably others, too), my server begins to run over a dozen of php.exe instances, which use the harddisk very heavy and bring the server nearly down. The insert image dialogue box has env. 4 min. to load and even after closing it, I have at least another 4 min. until the server performs as usual.

Could this be a problem related on how php is installed on the server?

TIA - Martin

W odpowiedzi na Martin Mueller

Re: Heavy server load in editor fullscreen mode

Napisane przez: Janne Mikkonen ()
How is php installed on your server (with that kind of symptoms I'm guessing you are running php as cgi, not module)? What webserver software you're using IIS or Apache?

- Janne -
W odpowiedzi na Janne Mikkonen

Re: Heavy server load in editor fullscreen mode

Napisane przez: Martin Mueller ()

Hi Janne

Its Apache 2.0.36 Win32 and, yes, it's the cgi variant of PHP 4.2, since I run a development environment called PHPEdit which, at least this version I have, let me set breakpoints  - and therefore debug - only with the cgi variant.

If you agree that this won't happen on a Linux server (which will be my production platform), I'm happy and I can live with that drawback at the time.

Tnx - Martin