Often performance is better when binding the process to a particular core.
This can be set using the sched_setaffinity() system call.
This is needed for both client and server, and ideally the client can pass this
to the server.
In nuttcp, this is done using "-xc N,M", where N is the client core, and M is
the server core #.
Original issue reported on code.google.com by bltier...@es.net on 23 Jul 2013 at 6:15
Original issue reported on code.google.com by
bltier...@es.net
on 23 Jul 2013 at 6:15