Iñaki Baz Castillo <[email protected]> wrote: > Hi, I'm trying to override Unicorn::HttpServer::Worker#proc_name method. For > that, I've copied bin/unicorn with other name and added the following code > before "Unicorn::Launcher.daemonize! if daemonize" line: > > module Unicorn > class HttpServer > class Worker > def proc_name(tag) > ... some proc name ... > end > end > end > end
Hi, proc_name is in HttpServer, not Worker -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
