Is it possible to use threads to perform an operation while another takes
place with PHP?  I have a situation where a process calls the mail()
function and then must wait until that completes before going on to the next
step.  What I would like to happen is that the mail() function is handled by
its own thread and the next screen refreshes immediately as the next screen
is not dependent on the success/failure of the mail() call.  Possible?

--
Gaylen
PHP KISGB v4.0.1 Guest Book http://www.gaylenandmargie.com/phpwebsite/




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to