[OpenSIPS-Devel] [opensips] TCP listeners occasionally get stuck and consume 100% CPU (#410)

Bogdan Andrei IANCU notifications at github.com
Mon Feb 9 09:59:59 CET 2015


Hi @kelnos , your backtrace points to the lock for protecting the write operations on a TCP connection. This means you have a connection with a very very slow (and possible blocking) writing. 
I would suggest to switch to async writing for TCP:
             http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc82
or to stay in blocking mode but to reduce the write timeout:
             http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc89

Regards,
Bogdan

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/410#issuecomment-73475921
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20150209/e9452f6e/attachment.htm>


More information about the Devel mailing list