Hello Everybody,
 
I am facing a problem with PipedInputStream. From a servlet (as part of initialization process), I create a pipedoutputstream and a pipeinputstream; I Connect them and create a thread where I pass the pipedInputStream. I face a strange problem when I call the servlet. After a certain period of time, the thread (that uses the PipedInputStream) throws an exception "broken pipe". Does anyone has an idea what might be happening?
 
Thanks
 
raja

Reply via email to