From: Eric Wong Date: 2009-03-20T18:52:47+09:00 Subject: Re: [ANN] Unicorn HTTP server (v0.2.1) Joel VanderWerf wrote: > Eric Wong wrote: >> There are no known production instances of unicorn deployed >> anywhere in the world. The original author of unicorn only has >> one, internal, low-traffic Sinatra application deployed with it. >> Maybe you'll be the first guinea pig to test it in production. >> Of course there is NO WARRANTY whatsoever if anything goes wrong, >> but let us know and we'll try our best to fix it. > > Would that have to be a virgin guinea pig? Nope, any guinea pig will do just fine. I just made a Unicorn::App::ExecCgi Rack handler and then I made my cgit instance run on it: http://git.bogomips.org/cgit Yes, all that Ruby just to run a CGI executable written in C. But that's the only dynamic site that I can mess with right now, so it's either that or nothing. Assuming the site is still up by the time I wake up tomorrow, I'll edit that disclaimer :) -- Eric Wong