Yasuo Ohgaki wrote:
> I agree. I'm not sure if this should be implemented as
> basic feature or not. IMO, timeout feature is better(easier)
> to implement function by function.

One more comment on this.

Whoever implements general timeout feature, please
consider about how resources/lib functions should be treated
when timeout event occured.

Process/thread is better to be alive and usable for next
requests, but it's not possible probably ;)

Question is do we really need general timeout feature
that can timeout at any point of script execution?

IMHO, tick function is enough and timeout should be
implemented in function (or provide async function)

-- 
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to