Havoc Pennington wrote: > The whole thing we're fixing here is that there has to be an owner for > close(). refcounting does not help with that. If the connection is not > shared (no guid), then who calls close()? Ah, I guess the answer is pretty obvious, namely they should both close in the same case, on disconnect. Havoc