On Sun, Oct 11, 2009 at 7:46 PM, Jeremy Evans <[email protected]> wrote: > On Sun, Oct 11, 2009 at 7:31 PM, Eric Wong <[email protected]> wrote: >> Jeremy Evans <[email protected]> wrote: >>> On Sun, Oct 11, 2009 at 6:32 PM, Eric Wong <[email protected]> wrote: >>> > Jeremy Evans <[email protected]> wrote: >>> > Can you try playing the following on OpenBSD and seeing if >>> > the ctimes match for before and after? >> <snip> >>> The times are different: >>> >>> [Sun Oct 11 19:08:42 -0700 2009, Sun Oct 11 19:08:43 -0700 2009] >> >> OK. >> >> Is this only on a certain app/library that might use IO.select in a >> different thread? Can you reproduce it on a dead simple "Hello World" >> app that you're certain is single-threaded? It could be related to this >> bug someone off list hit the other day: > > This is completely my fault. I wasn't using a config.ru file > previously, so when I first ran unicorn, it asked me to create one. I > added one that did: > > require 'start' # start.rb being the file that started the application > > Near the end of start.rb: > > Rack::Handler.get('mongrel').run ... > > Things are working fine now that I've fixed my code. Sorry for the noise. > > Jeremy >
Eric, This and earlier replies were meant for the list. Is it possible for the list's reply-to address to be the list address itself? Jeremy _______________________________________________ mongrel-unicorn mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn
