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
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
I'm preparing to write an example which seperate the worker thread and the http thread using libevhtp.
like epoll + thread pool.
Http logic threads will receive http requests, response http requests. and put the requests to worker's queue and awake the worker thread.
worker thread awake, read from queue and do some business.
Could anyone give an example using libevhtp?
The text was updated successfully, but these errors were encountered: