Hacker News new | ask | show | jobs
by pcwalton 3991 days ago
When do you call "serverStart()"? If the answer is "eagerly during startup", there's no problem (other than startup time, of course). If the answer is "on demand", now you have a synchronization problem.