unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
380 stars 167 forks source link

Failed to Poll [MRCPv2-Agent-1] status: 22 #282

Closed andrenatal closed 4 years ago

andrenatal commented 4 years ago

When I have the server under high load, sometimes I get the error below. Does anyone know what that can be?

Failed to Poll [MRCPv2-Agent-1] status: 22

Thanks in advance

Andre

achaloyan commented 4 years ago

Having "Failed to poll" statement is a very rare occasion which would indicate an error on the OS level.

What OS is this? How many concurrent connections do you have about that time? Have you adjusted the number of max connections for the MRCPv2 agent in unimrcpserver.xml.

andrenatal commented 4 years ago

it was Linux. I can't tell how many connection I had at the point, but the problem is now gone after I fixed some other issues in my plugin. So am now closing this