Hi,
I am writing an application that needs to connect an outside data source, send it a query and wait for the result to be returned.
Easy, right?
It can take this application up to 10 minutes to return a result. So I need to run the process in parallel with a PHP script that is sending some sort of status indicator to the client.
What I need to know is if anyone has run a web server with the PCNTL extension enabled. Have you had any problems with it? I read everywhere that the PCNTL extensions act "weird" on webservers...does anyone know what they mean by "weird"?
Thanks!!
AP