Managing PHP processes on Windows 7 (with WAMP)
Posted
by
Andrea
on Super User
See other posts from Super User
or by Andrea
Published on 2014-05-27T19:12:50Z
Indexed on
2014/05/27
21:39 UTC
Read the original article
Hit count: 225
Is there a way to manage (especially list and kill) long-running PHP processes on a Windows 7 system set up with WAMP?
Every once in a while, I'll accidentally throw an infinite loop into a PHP process and want to kill it. Right now, all I can think to do is to restart all my WAMP services but sometimes the PHP processes manage to survive right through the restart, i.e., I still see them outputting to logs even after WAMP's restarted. And if the process isn't logging, then I have no way at all to know when/if it's been killed. Not to mention, this will wipe out everything I'm doing with WAMP, not just a single process.
I don't seem to see anything relevant in the Windows Task Manager, but maybe I'm missing something.
© Super User or respective owner