From: Francis Cianfrocca Date: 2006-10-20T00:00:04+09:00 Subject: Re: Is anyone using Ruby for 24/7 financial applications? ------=_Part_69373_8144730.1161270001824 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 10/18/06, John Baylor wrote: > > I know a lot of people are using ruby on rails for web apps, usually with > Apache as the underlying app, but I don't know of anyone using ruby itself > for a 24/7 application. Yes, some people are using webrick as their web > server but they don't necessarily lose $$$ if their personal web site goes > down. The first Ruby program I ever wrote was a pure-Ruby RADIUS authentication server. I wrote it the same day I learned Ruby.This was over three years ago. It's still in production now, on multiple sites. It's been rock-solid and stable from Day 1. The code has not changed in all that time except to add new features. ------=_Part_69373_8144730.1161270001824--