Karthi kn wrote:
> Hi,
> 
> Today only I came to know about 'thin' web server. I have installed the
> gem and used it. But I don't know whether 'thin' web server is better
> than webrick or mongrel. If so, can you please compare these web
> servers?
> 
> 
> Thanks in advance...
The main advantage of Thin over Mongrel, is not only increased 
throughput, you also get:
- easy clustering
- smaller memory footprint

Thin has been running for over 8 months now at www.digiprof.fr, and we 
only experienced a crash once, certainly due to a memory leak somewhere 
in our application code.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to