chobie / php-uv

libuv php extension
184 stars 21 forks source link

Unable to stop and resume the event loop #38

Closed csaoh closed 11 years ago

csaoh commented 11 years ago

I post this issue to keep a trace of my email exchange with chobie

there is no function like suspend and resume features on libuv. probably it can handle with some refcount function but it seems hard.

sorry, I can't remember it. it was very early stage on react and php-uv. my code is very small so you do not mind it. react also can handle non-tcp resource, right? so we have to use uvpoll* functions to implement it.