Opened 17 years ago
Last modified 17 years ago
#13 closed enhancement
Factor dispatch thread creation — at Version 1
| Reported by: | Nicolas Pouillon | Owned by: | Nicolas Pouillon |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | libnetwork | Keywords: | |
| Cc: |
Description (last modified by )
Network devices use a dispatch thread. For now, device drivers directly create a pthread. This is bad because:
- drivers depend on pthread
- each driver has to recode the dispatch thread
Note:
See TracTickets
for help on using tickets.

