[PHP] THREADS IN PHP

2004-06-12 Thread jack bauer
hi, i'm looking for a methode to use threads in php (on linux) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Threads in PHP? URL call from PHp?

2003-02-14 Thread Steve Vernon
Hiya, Perhaps I don't mean threads! Basically I have a PHP script which is in a website, and runs when a certain input is recieved and it is quite complicated, and may take quite a time to finish, as it will be sending quite a few emails. The emails do not have to be sent straight away,

[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

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 perform an operation while another