You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the source code, and I find the lthread looks good. BUT Is there still something needs to be done before being applied?
For example. In the webserver demo. Just one thread is working for polling, computing, and doing functions in lthreads.
If I want to make lthread high-performance, Moving those computing tasks and functions to other pthreads would be better?
Maybe I can send a msg to other pthreads to reduce the burdens of the main pthread(epoll thread)?
The text was updated successfully, but these errors were encountered:
Hi, good afternoon.
I read the source code, and I find the lthread looks good.
BUT Is there still something needs to be done before being applied?
For example. In the webserver demo. Just one thread is working for polling, computing, and doing functions in lthreads.
If I want to make lthread high-performance, Moving those computing tasks and functions to other pthreads would be better?
Maybe I can send a msg to other pthreads to reduce the burdens of the main pthread(epoll thread)?
The text was updated successfully, but these errors were encountered: