disconnecting from pipes
I am using a pipe to have two thread communicate via a piped writer and piped reader. When done, both threads issue a flush and close on their respective pipes. Later I want to have the threads communicate again, so I try to set up another connection. I get an exception of "already connected". What else I need to do to disconnect the two pipes?
c

