LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Node process hangs unless app is placed in a folder named test #154

Closed snielsson closed 13 years ago

snielsson commented 13 years ago

If I make an Express app that uses cluster then : node app.js -shangs after reporting status IF the folder contaning app.js is not named test. wtf ?

snielsson commented 13 years ago

I think my code may have caused the troubles, although it still id strange that folder name has an effect. Anyway, after splitting my code up in a app.js and a server.js as suggested in the docs, then the problem was solved.