Alexey Chernenkov <[email protected]> wrote: > Hello! > > Can anyone explain why my Unicorn installation (for RoR site) have so > many worker threads? > > * screenshot: http://i.stack.imgur.com/U9TFR.png > * unicorn.rb: https://gist.github.com/907th/4995323
It's probably some gem/library you're using which spawns threads behind your back. Ruby 1.9/2.0 only has one extra thread per-process for accepting signals. _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
