Opened 17 years ago
Last modified 17 years ago
#13 closed enhancement
Factor dispatch thread creation — at Initial Version
| Reported by: | Nicolas Pouillon | Owned by: | Nicolas Pouillon |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | libnetwork | Keywords: | |
| Cc: |
Description
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
The attached patch is yet to test
Note:
See TracTickets
for help on using tickets.

