jruby-rack-worker 0.9.1
Implements a thread based worker pattern on top of JRuby-Rack. Useful if you'd like to run background workers within your (deployed) web-application (concurrently in 'native' threads) instead of using separate daemon processes. Provides (thread-safe) implementations for popular worker libraries such as Resque and Delayed::Job, but one can easily write their own 'daemon' scripts as well.
          Gemfile:
          =
        
        
          installation:
          =
        
      Dépendances de Runtime (1):
            jruby-rack
            >= 1.1.10
          
    