Hi everybody,
i am trying to execute a java application from my node app.
I am able to execute such application with child_process.exe. In task 
manager i can see it executes a cmd.exe /s /c <my executable>

Now i need to start such process with *low *priority (so i should basically 
add a */low* switch to cmd.exe).
How can i achieve such result? I have tryed shell option with no luck.
Under Linux/OSX it is easy because i must only add nice -v 19 before my 
java -jar command....

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/eba63e11-68e2-49ca-8a64-2a5d3eebfb87%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to