Re: A problem with pipes and StreamingProxy (maybe)
I noticed the same problem with RED5. In my case there is no StreamingProxy involved however my application is doing some internal CONNECTs to itself.
After running some tests I can see that after all clients are disconnected JMap/jhat shows that my application classes are gone however lsof -p <PID> shows a lot of pipes and eventpolls.
As Michael said eventually RED5 hits the open files limit and stops responding.
Does anybody know what that might be?