Many PHP.exe processes running...Why?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hchinhwa
Forum Newbie
Posts: 6
Joined: Fri Dec 06, 2002 1:57 am

Many PHP.exe processes running...Why?

Post by hchinhwa »

Hi,

Whenever I run my PHP scripts for a few minutes, the entire machine just stop responding to future http request. I found that there are many PHP.exe processes running in the NT machine from TaskManager. Why is that so? Is it because i did not release any database call/connections?

Anyone has any ideas?

Thanks. :oops: :cry:
Dmitriy Plakhotnik
Forum Newbie
Posts: 3
Joined: Fri Nov 01, 2002 11:39 am

Post by Dmitriy Plakhotnik »

I think it's not concerned with database.
I too face the challenge, but it was then starting wrong parser.
we just start FAR and kill it's proccess. If you find any other solution. please write on with forum.
hchinhwa
Forum Newbie
Posts: 6
Joined: Fri Dec 06, 2002 1:57 am

Anyone has any solutions? Help needed urgently...

Post by hchinhwa »

:cry:
Post Reply