wayofthefuture
wayofthefuture
Wow it feels like I just won a game of solitaire
So for production applications it is imperative to take the weight off the single event loop by forking a few processes to balance the load. Well, fork() does not take...
We aren't using a config file. Our master process forks into sub-processes. Will this work for that?
SOLVED. Use winsw and run "node myapp.js" as a windows service. > https://github.com/kohsuke/winsw
So much for production. Good luck doing in a script.
They should rename continuous integration to continuous intebreaktion
@19majkel94 Couldn't get it working with your method... any other ideas which I could script?
+1 Would be nice to have this feature....
I understand this is to auto build binaries using "pre-build" but that doesn't seem realistic to me if it takes 1 hour to download the binaries. Is there any small...
So I guess maybe if I can isolate these files, I could put a script in node "prebuild" to move them to the appropriate place before installing?