Home > other >  Vxworks message queue
Vxworks message queue

Time:10-03

When the opposite message send too fast, a message into the message queue faster than the processing speed of the message queue (sent time, message queue will fill), packet loss occurs at this time, excuse me what method can solve this problem?

CodePudding user response:

Set the message queue bigger, much put some news,
Or, when the message is full, the cache can be set up to put the redundant messages into the other queue
  • Related