<div dir="ltr">On Wed, May 23, 2018 at 5:29 PM Danil Zagoskin <<a href="mailto:z@gosk.in">z@gosk.in</a>> wrote:<br><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi!<br><br>We have a performance problem receiving lots of UDP traffic.<div>There are a lot (about 70) of UDP receive processes, each handling about 1 to 10 megabits of multicast traffic, with {active, N}.<br><br></div></div></blockquote><br><br></div><div class="gmail_quote">Suppose you read the packets, and then throw everything away, as a test. Are you then fast enough, or do you have a problem still? Chances are that the problem isn't the reception by itself.<br><br></div><div class="gmail_quote">memmove just means you are moving memory around a lot, but the question is: why?<br></div></div></div>