Opened 14 years ago

Closed 14 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 Nicolas Pouillon)

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 14 years ago by Nicolas Pouillon

Description: modified (diff)

comment:2 Changed 14 years ago by Nicolas Pouillon

Resolution: fixed
Status: newclosed

Done in [1040]

Note: See TracTickets for help on using tickets.