exit(): Takes forever to shutdown PHP Command-Line app
Posted: Tue Feb 23, 2010 3:43 pm
I have put together a PHP Command-Line application and I am using exit(0) to shutdown application.
By the way, this command-line app is running on Windows 7.
When this app exits, it takes between 50-to-60 seconds for command prompt to return.
It is kind of embarrassing when demoing this app because it has the impression of hanging.
Is there any way that I can accelerate a PHP command-line app?
Thanks
Jeff in Seattle
By the way, this command-line app is running on Windows 7.
When this app exits, it takes between 50-to-60 seconds for command prompt to return.
It is kind of embarrassing when demoing this app because it has the impression of hanging.
Is there any way that I can accelerate a PHP command-line app?
Thanks
Jeff in Seattle