Bixkitts / Bixkitts/bb-net-lib
Better Async Processing
Open
enhancement
- Dominant language
- C
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently every connection uses it's own thread from a thread pool.
This is fine, but not optimal and could be enhanced to run multiple
connections per thread.
This is already 50% implemented with the new epoll() functionality, I think.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the current per-connection thread-pool handling and the existing epoll() functionality mentioned in the issue. Determine how connections are assigned to threads and what remains incomplete. Done means multiple connections can share a thread without breaking the transport layer behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100