steel / sprockets-derailleur

Speed up Manifest::Compile by forking processes
MIT License
79 stars 33 forks source link

JRuby doesn't support Fork #20

Closed elicwhite closed 8 years ago

elicwhite commented 8 years ago

Any ideas on how this package can be used on JRuby? JRuby doesn't support fork, so it would probably need some other way to spawn the processes.

Other packages like parallel_spec use https://github.com/grosser/parallel for this.