On 30.07.2007 14:25, Nico Sabbi wrote:
Hi,
$subject says everything: when php runs under a multithreaded apache
pcntl_alarm() doesn't work: the alarm is never delivered.

That's pretty much expected since your web-server is multithreaded, while "alarm() arranges for a SIGALRM signal to be delivered to the **process** in seconds seconds."
(c) man alarm

My version of php is 5.2.3, but also all versions I tried of 5.1 work the same.

    Nico



--
Wbr, Antony Dovgal

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to