Hacker News new | ask | show | jobs
by jldugger 2309 days ago
And that really bit hard when you wanted to start running git webservers. All the lib code was designed to exit upon completion with no GC, and now you're running multiple read queries per second with no free(). oops.