Re: [PHP] Threads and PHP

2002-03-02 Thread Andrey Hristov
pcntl extension. But only *nix. Best regards, Andrye Hristov - Original Message - From: "Gaylen Fraley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 02, 2002 6:33 PM Subject: [PHP] Threads and PHP > Is it possible to use threads to p

[PHP] Threads and PHP

2002-03-02 Thread Gaylen Fraley
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 i