socket: temporary UNIX sockets use ".#{$$}.tmp"
commit9d92bb90f0d0a317834a51a01c4271f68697f956
authorEric Wong <normalperson@yhbt.net>
Sat, 7 Feb 2009 01:52:05 +0000 (6 17:52 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 10 Feb 2009 03:52:08 +0000 (9 19:52 -0800)
tree9004c5166afee0a190288c712859fc89fcb9a0a3
parent58a444b27e543a956826998bdad98de0d23ed53f
socket: temporary UNIX sockets use ".#{$$}.tmp"

Instead of ".#{$$}" as the suffix.  This makes it clearer that
it's a temporary name and also so we can use per-process sockets
to make debugging easier.
lib/unicorn/socket.rb