Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using cluster in Azure Website #419

Closed
gsferreira opened this issue Feb 19, 2015 · 2 comments
Closed

Using cluster in Azure Website #419

gsferreira opened this issue Feb 19, 2015 · 2 comments

Comments

@gsferreira
Copy link

Hi!

I confess that I don't know if this is an issue of iisnode and if this is the right place to ask it, but here I go.

I'm trying to use the node.js cluster module as the example here, but I got the following error when I run it on an Azure Web Site.

Thu Feb 19 2015 14:54:56 GMT+0000 (Coordinated Universal Time): Unaught exception: Error: write ENOTSUP - cannot write to IPC channel.
at errnoException (child_process.js:1001:11)
at ChildProcess.target.send (child_process.js:465:16)
at Worker.send (cluster.js:406:21)
at sendInternalMessage (cluster.js:399:10)
at handleResponse (cluster.js:177:5)
at respond (cluster.js:192:5)
at Object.messageHandler.queryServer (cluster.js:247:5)
at handleMessage (cluster.js:197:32)
at ChildProcess.emit (events.js:117:20)
at handleMessage (child_process.js:322:10)

What am I doing wrong? Is the cluster supported by iisnode?

@gsferreira gsferreira changed the title Using cluster in Azure Web Site Using cluster in Azure Website Feb 19, 2015
@rramachand21-zz
Copy link
Collaborator

cluster is not supported with iisnode since cluster does not support named pipe server on windows.

@gsferreira
Copy link
Author

Thanks @rramachand21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants