Opened 16 years ago
Closed 16 years ago
#13 closed enhancement (fixed)
Factor dispatch thread creation
| 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
Change History (2)
comment:1 Changed 16 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 16 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.


Done in [1040]