Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarkoff committed Nov 18, 2013
1 parent 75b0e24 commit d952304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Sidekiq

Some background information: I created this fork because I have need to enforce single threaded execution on the main thread. This is due to legacy API limitations. This implementation uses the Monitor mix-in to handle enforcement of single-threaded worker execution.

This fork adds a special -si or --singlethreaded command line option that forces one thread of execution. It also forces each item to performed on the main thread. This was build on JRuby 1.7.5 and tested on Windows only.
This fork adds a special -si or --singlethreaded command line option that forces one thread of execution. It also forces each item to performed on the main thread. This was built and tested on JRuby 1.7.6 and tested on Windows only. Although I don't see any reason why this wouldn't run on other Ruby distros and operating systems.

Build/Install Instructions: (Make sure to remove any existing .gem files from the build directory.)
jruby -S gem build sidekiq.gemspec
Expand Down

0 comments on commit d952304

Please sign in to comment.