php-webkit icon indicating copy to clipboard operation
php-webkit copied to clipboard

Clustering

Open baconbrad opened this issue 9 years ago • 2 comments

Need to implement node.js clustering to the express server. It will help improve performance on multi-core machines as well as add support for more advanced PHP applications.

baconbrad avatar Apr 03 '15 17:04 baconbrad

https://nodejs.org/api/cluster.html

Might need to move the functionality of the main.js script to node-main within package.json for it to properly work. Since main.js talks to the DOM changes will need to be made since the DOM won't be available by the time node-main is fired off.

baconbrad avatar Apr 03 '15 17:04 baconbrad

I have seen similar issues from NW.js. see this, theres quite a few one of them. I have never been able to successfully cluster without using node from the local machine.

wookiecooking avatar Apr 03 '15 21:04 wookiecooking