PHP线程的最大执行时间


php pthreads maximum execution time

我正在阅读http://pthreads.org/关于pthreads的主题,我有这个问题。pthread是否依赖于使用void set_time_limit ( int $seconds )设置的最大执行时间,或者线程是否可以运行超过set_time_limit允许的时间?

在线程模式下运行PHP需要运行pthreads;它受到与任何PHP线程构建相同的限制和奇怪之处