Click here to Skip to main content
15,892,480 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Post message to main thread? Pin
Parthi_Appu29-Mar-07 23:40
Parthi_Appu29-Mar-07 23:40 
GeneralRe: Post message to main thread? Pin
LiYS29-Mar-07 23:42
LiYS29-Mar-07 23:42 
AnswerRe: Post message to main thread? Pin
prasad_som29-Mar-07 23:56
prasad_som29-Mar-07 23:56 
AnswerRe: Post message to main thread? Pin
ThatsAlok1-Apr-07 20:56
ThatsAlok1-Apr-07 20:56 
QuestionSSL, Bandwidth, & High Latency... Pin
Peter Weyzen29-Mar-07 22:29
Peter Weyzen29-Mar-07 22:29 
AnswerRe: SSL, Bandwidth, & High Latency... Pin
Mark Salsbery30-Mar-07 7:15
Mark Salsbery30-Mar-07 7:15 
GeneralRe: SSL, Bandwidth, & High Latency... Pin
Peter Weyzen30-Mar-07 10:25
Peter Weyzen30-Mar-07 10:25 
GeneralRe: SSL, Bandwidth, & High Latency... Pin
Mike O'Neill30-Mar-07 14:51
Mike O'Neill30-Mar-07 14:51 
Try increasing the TCP window size, on both client and server, for both send and receive buffers.

See SO_SNDBUF and SO_RCVBUF, in the Winsock docs.

The buffers should be sized to approximately RTT (round trip time) times the bandwidth of the smallest pipe. So, you really need to get a good estimate of RTT (try ping), and it really doesn't matter if your Danish user has a huge pipe if you are shipping it up to him through a 1500/300 ADSL link.

If you don't have access to code, there are some registry tweaks available as described (e.g.,) at "Windows 2000 TCP Performance Tuning Tips" at http://rdweb.cns.vt.edu/public/notes/win2k-tcpip.htm[^]. There are lots of sites like that one (search on "SO_RCVBUF SO_SNDBUF RTT bandwidth"). The Win2k registry entries are the same in WinXP.

Mike
GeneralRe: SSL, Bandwidth, & High Latency... Pin
Mark Salsbery31-Mar-07 6:55
Mark Salsbery31-Mar-07 6:55 
QuestionRegistry read operation fails on Vista Pin
Sameer_Thakur29-Mar-07 21:27
Sameer_Thakur29-Mar-07 21:27 
AnswerRe: Registry read operation fails on Vista Pin
_AnsHUMAN_ 29-Mar-07 21:51
_AnsHUMAN_ 29-Mar-07 21:51 
AnswerRe: Registry read operation fails on Vista Pin
Paresh Chitte29-Mar-07 23:14
Paresh Chitte29-Mar-07 23:14 
AnswerRe: Registry read operation fails on Vista Pin
Blake Miller3-Apr-07 6:59
Blake Miller3-Apr-07 6:59 
QuestionHow to check the ASCII value ?? Pin
Suresh H29-Mar-07 21:15
Suresh H29-Mar-07 21:15 
AnswerRe: How to check the ASCII value ?? Pin
Cedric Moonen29-Mar-07 21:20
Cedric Moonen29-Mar-07 21:20 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 21:25
Suresh H29-Mar-07 21:25 
GeneralRe: How to check the ASCII value ?? Pin
Naveen29-Mar-07 21:41
Naveen29-Mar-07 21:41 
GeneralRe: How to check the ASCII value ?? Pin
ThatsAlok29-Mar-07 22:25
ThatsAlok29-Mar-07 22:25 
AnswerRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 21:29
Parthi_Appu29-Mar-07 21:29 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 21:41
Suresh H29-Mar-07 21:41 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 21:50
Parthi_Appu29-Mar-07 21:50 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 21:59
Suresh H29-Mar-07 21:59 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 22:03
Parthi_Appu29-Mar-07 22:03 
GeneralRe: How to check the ASCII value ?? Pin
Suresh H29-Mar-07 22:08
Suresh H29-Mar-07 22:08 
GeneralRe: How to check the ASCII value ?? Pin
Parthi_Appu29-Mar-07 22:13
Parthi_Appu29-Mar-07 22:13 

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.