PHP.EXE ZUMBIES

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
jccf
Forum Newbie
Posts: 1
Joined: Mon Jul 14, 2008 1:36 pm

PHP.EXE ZUMBIES

Post by jccf »

Hi!

I developed an app that uses the function popen() to call a batch file. This batch file calls the php.exe to execute another php code.

I'm using this technique to reproduce the fork function on Windows.

I'm having a problem executing this code many times! Some php.exe executed are not finishing after the end of the php script, and is staying in the memory. Like a Zumbi program!

Any advice?
Post Reply