Hacker News new | ask | show | jobs
by chung-leong 2687 days ago
The server might be hitting the open file limit or something. A lot of sockets get opened when the server generates an HTML page.
1 comments

Forgot to close file handle. JavaScript-induced rotting of the brain :-p