Zbatery 4.1.2 - we don't fork, but our apps may!
[zbatery.git] / FAQ
blobb39d89084f4c351e4d5871ee27153eea97c62be0
1 = Frequently Asked Questions about Zbatery
3 Be sure to check out the Rainbows!
4 {FAQ}[http://rainbows.rubyforge.org/FAQ.html] and the Unicorn
5 {FAQ}[http://unicorn.bogomips.org/FAQ.html] as well.
8 === Mongrel -> Unicorn -> Rainbows! -> Zbatery.  Why another server?
10 Not everybody can afford to run a master process or multiple worker
11 processes.  Nor do they need all the Unix signals support from
12 Rainbows!/Unicorn.  We hope this is actually a temporary project that
13 can eventually be folded back into Mongrel.
16 === Why not stick to Mongrel?
18 Unfortunately Mongrel 2.x development has stalled and the majority of
19 the team is busy with other projects.  However, Unicorn and Rainbows!
20 development continues with less concern for portability.
22 Rainbows! is the only Ruby web server we know of that supports a wide
23 variety of concurrency models, so we decided to take advantage of
24 the options Rainbows! provides instead of being tied to one.
27 === What's Rack?  Do you support Rails?
29 {Rack}[http://rack.rubyforge.org/] is a minimal specification between
30 Ruby web servers (e.g. Mongrel, Zbatery) and Ruby web frameworks (e.g.
31 Rails, Sinatra, Camping).  Instead of requiring a new handler for every
32 framework a server wants to support, web servers only need to support
33 Rack.  As of late 2009, all major Ruby web frameworks are built on top
34 of Rack, including Rails.
37 === What platforms are supported?
39 Any platform running matz's Ruby 1.8 or 1.9 should work with Zbatery.
40 We have not tested on anything other than GNU/Linux and FreeBSD, so
41 please let us know of your success/failure stories.  Rubinius 1.0.0rc1
42 appears to work, too (if you're using Unicorn 0.95.2 or later).