bumptech / nitro

Queueing/Networking Library
Other
113 stars 16 forks source link

Run N pthreads on separate ev_loops #25

Open jamwt opened 11 years ago

jamwt commented 11 years ago

Create threadlocal structs (async, ev_loop, pthread) for n things that get passed into a new version of runtime_start.

Start up all N of them. Map new TCP connections onto random threadlocals.