php.exe 100% CPU

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stephanie Le Gall

    php.exe 100% CPU

    Hi,


    I'm having this problem on a server Win NT, with IIS 5.0, and PHP 4.3.1.
    (MySQL is on an other server and is OK)

    Sometimes the server break down with : php.exe 100% CPU.

    And I can't find any user's action like "wrong" ... just normal use ... and
    always diffrent each time ...


    Do you have an idea about the diffrent possibilities that can do that ?

    Thank you in advance


  • WhatsPHP

    #2
    Re: php.exe 100% CPU

    I guess there is a loop or something thats causing the program to
    execute for long.

    Maybe if you can check the PHP code this can help. Even if the browser
    (client) is closed the PHP code on the server remains in execution.

    Hope this helps

    Comment

    Working...