Voting

: max(three, nine)?
(Example: nine)

The Note You're Voting On

soger
6 years ago
It seems that a maxsize of 2Mb is some sort of a threshold for php, above that msg_receive() starts to use a lot of CPU (with a sender that is pushing messages non-stop receiving 10000 messages jumps up from 0.01 sec to 1.5 sec on my computer) so try to stay below that thresholod if you can.

<< Back to user notes page

To Top