Amit Gourgonda <[EMAIL PROTECTED]> wrote: > I have done some performance measurements for TCP, UDP and TIPC. But the > numbers that I am seeing have spikes at lot of places.
Could you please be a little bit more verbose about this? You should not see artifacts when measuring TCP. You'll see some 'artifacts' with UDP and TIPC when fragmentation occurs, e.g. (tipc stream): write size 1472 61.03 MB/s 1480 41.20 MB/s 1488 45.88 MB/s This is expected, because TIPC will send twice as many packets for 1480 byte writes (assuming header length 24 byte and MTU 1500). Also, keep in mind that it is a good idea to make all measurements on the receiving side (at least for non-connection oriented data) to compensate for packet loss. Florian ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
