Difference between revisions of "Thread:Talk:LiteRumble/Varying NUMBATTLES of RoborumbleAtHome?/reply (7)"
Jump to navigation
Jump to search
m (Reply to Varying NUMBATTLES of RoborumbleAtHome?) |
m |
||
Line 1: | Line 1: | ||
I noticed that every time the queue is paused for batch tasks, not until I pause the clients for a few minus, did the massive queue full messages will stop. | I noticed that every time the queue is paused for batch tasks, not until I pause the clients for a few minus, did the massive queue full messages will stop. | ||
+ | |||
+ | That may because when the queue size is near max size, the capacity of handling high concurrency decreases dramatically, although the average processing power doesn't decrease at all. | ||
+ | |||
+ | Use a separate queue when it is paused may help, imo. |
Revision as of 05:13, 12 October 2017
I noticed that every time the queue is paused for batch tasks, not until I pause the clients for a few minus, did the massive queue full messages will stop.
That may because when the queue size is near max size, the capacity of handling high concurrency decreases dramatically, although the average processing power doesn't decrease at all.
Use a separate queue when it is paused may help, imo.