swoole / rfc

Swoole 提案
116 stars 3 forks source link

希望 Swoole 支持协程环境阻塞检查 #49

Open stelin opened 5 years ago

stelin commented 5 years ago

场景:在协程环境使用,阻塞IO操作,提示不支持,这样小白用户都清楚,哪些函数不能使用,降低了小白用户门槛。否则,一个小白用户使用了阻塞IO操作,会阻塞worker进程,不能提前发现问题。

fdreamsu commented 5 years ago

你是说这个功能吗:Runtime::enableStrictMode()

twose commented 5 years ago

这个不完整, 只是禁止了一些常见的阻塞函数

kcloze commented 5 years ago

如果已经出现堵塞,怎么更直观的发现呢?

huangzhhui commented 5 years ago

使用 Swoole Tracker ( Swoole Enterprise ) 可实现阻塞检测