workerman internals #906
Answered by walkor
diegogit03 asked this question in Q&A
-
| how workerman works in internals? this is more simply amazing! questions: its have a event loop like nodejs event loop? i am just a curious programmer, and i am trying read the code, but i not have a php vocabulary for this :D |
Beta Was this translation helpful? Give feedback.
Answered by walkor Apr 17, 2023
Replies: 1 comment 2 replies
-
| Yes, there is an event loop inside workerman. workerman not use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by diegogit03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Yes, there is an event loop inside workerman. workerman not use
sockets_*functions butstream_*functions .