Favor Struct members to instance variables
commitff0fc020fe30798e52d96cc11b445c76d9822422
authorEric Wong <normalperson@yhbt.net>
Sat, 4 Jul 2009 05:30:48 +0000 (3 22:30 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 4 Jul 2009 08:13:42 +0000 (4 01:13 -0700)
tree986dfb9b874de6801646e86ea4ba7654b61bd59b
parent672befaa67ace119c07ee346124526c1e0c4a1f1
Favor Struct members to instance variables

There's a small memory reduction to be had when forking
oodles of processes and the Perl hacker in me still
gets confused into thinking those are arrays...
examples/echo.ru
lib/unicorn.rb
lib/unicorn/app/exec_cgi.rb
lib/unicorn/app/inetd.rb
lib/unicorn/app/old_rails/static.rb
lib/unicorn/configurator.rb
lib/unicorn/http_request.rb
test/unit/test_configurator.rb
test/unit/test_request.rb