Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman877-Jul-09 18:48
clayman877-Jul-09 18:48 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Adam Roderick J7-Jul-09 20:42
Adam Roderick J7-Jul-09 20:42 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman877-Jul-09 21:27
clayman877-Jul-09 21:27 
AnswerRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
killabyte7-Jul-09 19:07
killabyte7-Jul-09 19:07 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman877-Jul-09 19:50
clayman877-Jul-09 19:50 
AnswerRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
David Crow8-Jul-09 2:55
David Crow8-Jul-09 2:55 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman878-Jul-09 4:24
clayman878-Jul-09 4:24 
AnswerRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Moak4-Aug-09 1:15
Moak4-Aug-09 1:15 
Alternatively consider TCP for bulk data transfer. With UDP you would also need to do more housekeeping, like throwing away duplicate packages and resending missing ones.

With TCP it could be good to use a large send buffer (64KB or more per sending socket). This can improve the throughput because the kernel will have data available as soon as it can send more, without waiting or notifying user space application.

Hope it helps.


GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman874-Aug-09 2:27
clayman874-Aug-09 2:27 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Moak4-Aug-09 5:29
Moak4-Aug-09 5:29 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman874-Aug-09 5:37
clayman874-Aug-09 5:37 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Moak4-Aug-09 5:46
Moak4-Aug-09 5:46 
GeneralRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
clayman874-Aug-09 6:09
clayman874-Aug-09 6:09 
AnswerRe: Maximum UDP transmit rate is just 50 MB/s and with 100% CPU usage!?? Pin
Jim_Pen24-Feb-10 1:10
Jim_Pen24-Feb-10 1:10 
QuestionI want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag7-Jul-09 7:51
kokilag7-Jul-09 7:51 
AnswerRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow7-Jul-09 8:11
David Crow7-Jul-09 8:11 
AnswerRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
«_Superman_»7-Jul-09 15:08
professional«_Superman_»7-Jul-09 15:08 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag7-Jul-09 22:28
kokilag7-Jul-09 22:28 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
«_Superman_»7-Jul-09 22:40
professional«_Superman_»7-Jul-09 22:40 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag8-Jul-09 1:24
kokilag8-Jul-09 1:24 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
«_Superman_»8-Jul-09 2:10
professional«_Superman_»8-Jul-09 2:10 
GeneralRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag10-Jul-09 1:34
kokilag10-Jul-09 1:34 
QuestionRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow8-Jul-09 2:59
David Crow8-Jul-09 2:59 
AnswerRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
kokilag8-Jul-09 6:33
kokilag8-Jul-09 6:33 
QuestionRe: I want to work on Progress bar.Can I have ur suggestion pls? Pin
David Crow8-Jul-09 6:42
David Crow8-Jul-09 6:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.