Opened 16 years ago

Last modified 16 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 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 (1)

comment:1 Changed 16 years ago by Nicolas Pouillon

Description: modified (diff)
Note: See TracTickets for help on using tickets.