The library is still in its infancy but I don't expect it to grow much (if at all) in size. Its Linux only (epoll-based), dependencies are light, speed should be reasonable and all tests are passing so I thought I'd throw it out to the world to see if anyone finds it useful.
Features:
- epoll-based
- runs a thread pool, executing events on the first available thread.
- easy-to-use IOBuffer class for streaming data.
- TCP client and server support.
Available on github as epoll_threadpool.
No comments:
Post a Comment