sinatra-synchrony 0.4.1
Bootstraps in code required to take advantage of EventMachine/EM-Synchrony's concurrency enhancements for slow IO. Patches TCPSocket, which makes anything based on it EM-aware (including RestClient). Includes patch for tests. Requires Fibers (Ruby 1.9, JRuby and Rubinius in 1.9 mode)
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (6):
            em-http-request
            ~> 1.0
          
          
            em-resolv-replace
            ~> 1.1
          
          
            em-synchrony
            ~> 1.0.1
          
          
            eventmachine
            ~> 1.0.0
          
          
            rack-fiber_pool
            ~> 0.9
          
          
            sinatra
            ~> 1.0
          
    