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

Not working under Cygwin #49

Closed carlosedp closed 13 years ago

carlosedp commented 13 years ago

My Express application starts with no errors and spawns the workers but the site is not accessible when started under Cygwin.

On MacOS it works perfectly.

tj commented 13 years ago

does cygwin support fd passing?

carlosedp commented 13 years ago

I don't think so. I found a TODO listing a workaround on: http://wiki.osdev.org/Cygwin_Issues#Passing_file_descriptors

Thanks for your attention.