slightly faster worker process spawning
commit4785db8cf19899756c4a79462fed861a1d1bd96c
authorEric Wong <normalperson@yhbt.net>
Mon, 27 Jun 2011 08:46:28 +0000 (27 08:46 +0000)
committerEric Wong <normalperson@yhbt.net>
Mon, 27 Jun 2011 08:51:37 +0000 (27 08:51 +0000)
tree154925fc7cdd53e42082531e9a1e3831aac4ab60
parent441bb8ab48f15f583b82a3f8520648a4694a198f
slightly faster worker process spawning

It's still O(n) since we don't maintain a reverse mapping of
spawned processes, but at least we avoid the extra overhead of
creating an array every time.
lib/unicorn/http_server.rb