Just to add some context - we're encountering this problem primarily
in two scenarios:
1) Server-server interactions, where we would like to use a small
number of persistent TCP or TLS connections, possibly just one, for
multiple calls. Establishing a new connection for every call or
transaction would unnecessarily increase server load and latency, and
potentially exhaust the dynamic TCP ports
2) Persistent client-server connections, where the client needs to
maintain the connection made from behind the firewall, or made over
TLS. See also
http://code.google.com/p/mobicents/issues/detail?id=2254
Thanks for finding and filing #2283, and we would really appreciate a
quick fix for it.
-=- Vlad
On Jan 18, 2:36 pm, Vladimir Ralev <
vladimir.ra...@gmail.com> wrote:
> You've hit this Issuehttp://
code.google.com/p/mobicents/issues/detail?id=2283. It is easy to fix
> and you will have the fix soon.
>
> PipelineThread-0 has crashed for you due to some transport error. You can
> workaround this issue if you use separate TCP socket for each call. Right
> now you are using a single TCP socket for all calls - is this due to some
> testing mode or this is the normal condition for your scenario?
>
> On Tue, Jan 18, 2011 at 8:16 PM, alexander kozlov <
>