not enough FDs
this is really promising a simple solution. its right up there with nginx in terms of speed. in fact, a touch faster given its simplicity.
the following output came out a few times. unsure of the exact correlation with clients, number of clients, etc.
Listener[HTTP@42042]
This following output came out continuously when load testing with over 1,000 clients
Listener[HTTP@42042]
this seems more likely the listen queue (backlog) since helloworld isnt reading a file..
Changed Listener::create(scheduler,"HTTP",port,HelloWorld::factory,100,true);
to Listener::create(scheduler,"HTTP",port,HelloWorld::factory,100,true);
unfortunately with the same results.
im thinking it might be sysctl configurations.