On Thu, 11 Nov 2004 15:15:56 +0100, Ian Firla <ifirla@xxxxxxxxxxx> wrote: > The problem is the dialogue with the client. If I enter into a while > loop then the whole script remains occupied and cannot accept new > connections. PHP doesn't have threads.. and that's what you would need to accept more than a single connection at once. You can simulate thread functionality to a degree using the PHP execution functions here: http://www.php.net/manual/en/ref.exec.php -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php