By default Spork on Windows creates 2 processes. How do I configure it so that it spawns more processes?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||
|
|