LearnBoost / cluster

Node.JS multi-core server manager with plugins support.

Home Page:http://learnboost.github.com/cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

snielsson opened this issue · comments

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 ?

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.