errors when access reaches a large amount.
hi there,
i'm using FMS4.5 to live rtmp, clients invokes FMS Server after connecting to it,
myNc.call("getInfo",new Responder(onCallInfoResult,onCallInfoFail));
and it works ok, even core.00.log is clean with errors.
but as i use it as origin server , core.00.log logged 4 errors each time when clients access it through FVSS edge server (FMS3.5) from my CDN provider :
2012-04-20 00:50:43 16374 (e)2581279 Assert failed in tincan/server/TCMsgHandler.cpp line 70 -
2012-04-20 00:50:43 16374 (e)2581279 Assert failed in tincan/server/TCMsgHandler.cpp line 70 -
2012-04-20 00:50:43 16374 (e)2581279 Assert failed in tincan/server/TCMsgHandler.cpp line 70 -
2012-04-20 00:50:43 16374 (e)2581279 Assert failed in tincan/server/TCMsgHandler.cpp line 70 -
what's worse, the server even gets overload and shuts down when access reaches a large amount of about 2000+ & 20+/s.
2012-04-20 00:50:26 14052 (w)2581171 System memory load (92) is high. -
wondering if there's a solution for this situation?
