I am trying to invoke a script which takes several seconds (web services with 3rd party) using the PHP exec call. After much struggling, I reduced this to the classic hello
This runs as if you run the script from browser.
This came across while working on a project on linux platform.
exec('wget http://)
Hope this helps!!