a repo dedicated to tracking down a leak in node 0.6.7.
$ node parent.js
forwarder running on http://127.0.0.1:<port>
(using apache bench)
$ ab -c 200 -n 1000000 http://127.0.0.1:<port>/
note RES memory size before and after
Noticing about 5mb RES size growth per million requests on 0.6.7 arch linux 64 bit.