Re: [ANN] unicorn 0.990.0 - inching towards 1.0

2010-06-09 Thread Alexander Simonov
Hello! One question: it's a normal state if i start rails app without preload and after Gem.refresh all works go down by exception from Ge.refresh and master process all time trying reup they. And it's go to recursion. I know it's issue of people who start app, but in any case it's must be

Re: Fwd: Support for Soft Timeout in Unicorn

2010-06-09 Thread Pierre Baillet
Hello Unicorns, I've manage to create a simple middleware that replaces the soft timeout feature. You can have a look at it at http://gist.github.com/431451 Note that some weird Ruby interpreter behavior breaks at least the first level of the generated stacktrace (it indicates the actual method

Working directory and config.ru

2010-06-09 Thread Pierre Baillet
Hi, I naively expected unicorn to honor the working_directory configuration directive before attempting to locate the config.ru but this does not seem to be the case. Is this behavior wanted ? From the code, I can guess that the configuration file parsing is done much later than the current

Re: Working directory and config.ru

2010-06-09 Thread Eric Wong
Pierre Baillet o...@fotonauts.com wrote: Hi, I naively expected unicorn to honor the working_directory configuration directive before attempting to locate the config.ru but this does not seem to be the case. Is this behavior wanted ? From the code, I can guess that the configuration file