jruby-rack-worker 0.4-jruby
Implements a thread based worker pattern on top of JRuby-Rack. Useful if you'd like to run a worker loop (such as Delayed::Job or Resque) as part of your web-application (concurrently in a separate thread) instead of using a separate process. To be used with a servlet containers.
Gemfile:
=
install:
=
Runtime Dependencies (1):
jruby-rack
>= 1.1.1