By default Spork on Windows creates 2 processes. How do I configure it so that it spawns more processes?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I finally buckled and forked the spork project. The line to change to spawn more than 2 slave processes in Spork is simple:
In lib/spork/run_strategy/magazine.rb, change
to
or whatever number you feel is appropriate.