Skip to content

Commit

Permalink
Mention success with Unicorn on README.
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy committed Sep 16, 2010
1 parent a01649b commit b7d87bc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,15 +57,17 @@ This has several implications:
client immediately. client immediately.
* `push(data)` - send the given data to the client immediately. * `push(data)` - send the given data to the client immediately.


These can only do their job if the underlying web server supports progressive These can only do their job if the underlying web server supports
rendering via Rack. This has been tested successfully with [Mongrel][mongrel] progressive rendering via Rack. This has been tested successfully with
and [Passenger][passenger]. [Thin][thin] is only supported if the [Event Machine [Passenger][passenger], [Unicorn][unicorn], and
Flush][event-machine-flush] gem is installed. WEBrick does not support [Mongrel][mongrel]. [Thin][thin] is only supported if the [Event
progressive rendering. [Please send me][contact] reports of success with other Machine Flush][event-machine-flush] gem is installed. WEBrick does not
web servers! support progressive rendering. [Please send me][contact] reports of
success with other web servers!


[mongrel]: http://github.com/fauna/mongrel
[passenger]: http://www.modrails.com [passenger]: http://www.modrails.com
[unicorn]: http://unicorn.bogomips.org/
[mongrel]: http://github.com/fauna/mongrel
[thin]: http://github.com/macournoyer/thin [thin]: http://github.com/macournoyer/thin
[event-machine-flush]: http://github.com/oggy/event_machine_flush [event-machine-flush]: http://github.com/oggy/event_machine_flush
[contact]: mailto:george.ogata@gmail.com [contact]: mailto:george.ogata@gmail.com
Expand Down

0 comments on commit b7d87bc

Please sign in to comment.