K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-02-03T04:55:24.000000Z K 7 svn:log V 389 Don't dec/inc the amountpipes counter every time we resize a pipe -- instead, just dec/inc in the ctor/dtor. For now, increment/decrement in two's, since we're now performing the operation once per pair, not once per pipe. Not really any measurable performance change in my micro-benchmarks, but doing less work is good, especially when it comes to atomic operations. Suggested by: alc END