Check out my first novel, midnight's simulacra!
Libtorque: Difference between revisions
From dankwiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==Resources== | ==Resources== | ||
* [[git]] hosting from [http:// | * [[git]] hosting from [http://github.com GitHub]. <tt>git clone</tt> from git://github.com/dankamongmen/libtorque.git | ||
* [http://www.bugzilla.org/ bugzilla], hosted here on http://dank.qemfd.net/bugzilla/ | * [http://www.bugzilla.org/ bugzilla], hosted here on http://dank.qemfd.net/bugzilla/ | ||
===Milestones=== | ===Milestones=== | ||
* 2009-11-19: CSE 6230 checkpoint | * 2009-11-19: CSE 6230 checkpoint | ||
* 2009-12-10: CSE 6230 due date | * 2009-12-10: CSE 6230 due date |
Revision as of 03:33, 23 October 2009
My project for Professor Rich Vuduc's CSE6230 in Fall 2009, libtorque is a multithreaded event library for UNIX targeted towards manycore NUMA machines. Previous, non-threaded event libraries include libevent, libev and liboop. My project proposal explains motivation for libtorque: it is necessary to take scheduling and memory-placement decisions into account to most optimally handle events, especially on manycore machines and especially to handle unexpected traffic sets (denial of service attacks, oversubscribed pipes, mixed-latency connections, etc).
Resources
- git hosting from GitHub. git clone from git://github.com/dankamongmen/libtorque.git
- bugzilla, hosted here on http://dank.qemfd.net/bugzilla/
Milestones
- 2009-11-19: CSE 6230 checkpoint
- 2009-12-10: CSE 6230 due date