Managing PHP processes on Windows 7 (with WAMP)
- by Andrea
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…