Click here to Skip to main content
15,904,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Array bound checking in C++ Pin
Richard Andrew x6431-Jul-09 13:49
professionalRichard Andrew x6431-Jul-09 13:49 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:46
Fred Andres7-Aug-09 10:46 
AnswerRe: Array bound checking in C++ Pin
Randor 31-Jul-09 15:00
professional Randor 31-Jul-09 15:00 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:45
Fred Andres7-Aug-09 10:45 
AnswerRe: Array bound checking in C++ Pin
Joe Woodbury1-Aug-09 10:32
professionalJoe Woodbury1-Aug-09 10:32 
GeneralRe: Array bound checking in C++ Pin
Fred Andres7-Aug-09 10:45
Fred Andres7-Aug-09 10:45 
QuestionWhat happened to search issue of the forum? Pin
includeh1031-Jul-09 10:33
includeh1031-Jul-09 10:33 
AnswerRe: What happened to search issue of the forum? Pin
jeron131-Jul-09 10:36
jeron131-Jul-09 10:36 
QuestionResource Leak [modified] Pin
od@ananzi.co.za31-Jul-09 9:30
od@ananzi.co.za31-Jul-09 9:30 
AnswerRe: Resource Leak Pin
RomanMzh31-Jul-09 11:38
RomanMzh31-Jul-09 11:38 
AnswerRe: Resource Leak Pin
Randor 31-Jul-09 15:07
professional Randor 31-Jul-09 15:07 
AnswerRe: Resource Leak Pin
od@ananzi.co.za3-Aug-09 1:52
od@ananzi.co.za3-Aug-09 1:52 
QuestionHow to rotate and scale a bitmap using GDI+ ? Pin
transoft31-Jul-09 8:24
transoft31-Jul-09 8:24 
AnswerRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 31-Jul-09 15:37
professional Randor 31-Jul-09 15:37 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft31-Jul-09 16:14
transoft31-Jul-09 16:14 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 31-Jul-09 17:41
professional Randor 31-Jul-09 17:41 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft1-Aug-09 2:19
transoft1-Aug-09 2:19 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 1-Aug-09 5:03
professional Randor 1-Aug-09 5:03 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft2-Aug-09 4:08
transoft2-Aug-09 4:08 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
Randor 3-Aug-09 13:37
professional Randor 3-Aug-09 13:37 
GeneralRe: How to rotate and scale a bitmap using GDI+ ? Pin
transoft4-Aug-09 0:27
transoft4-Aug-09 0:27 
Question[mfc] making a game trainer [modified] Pin
rahuljin31-Jul-09 7:42
rahuljin31-Jul-09 7:42 
AnswerRe: [mfc] making a game trainer Pin
Rajesh R Subramanian31-Jul-09 7:56
professionalRajesh R Subramanian31-Jul-09 7:56 
AnswerRe: [mfc] making a game trainer Pin
RomanMzh31-Jul-09 11:41
RomanMzh31-Jul-09 11:41 
QuestionSSL Delay Pin
BeerFizz31-Jul-09 6:59
BeerFizz31-Jul-09 6:59 
Hi,

I'm using Michael Chourdakis's very nice SSL package from here:

http://www.codeproject.com/KB/IP/ssl_sockets.aspx

I used the code as a base for a test app and its working very well, however, I'm having a strange issue.

On one remote test machine, when I run as a server in NON SSL mode, sending a few hundred bytes back and forwards, its lightening fast. I switch to SSL mode and its a little slower (due, I suppose to the encryption) but it's still fast.

However, on a second remote test machine at a different location the results vary. The NON SSL mode works lightening fast, however the SSL mode takes 30-40 seconds to complete. It connects and then there is a long period until the data is transferred back and forth, but once it starts its fast.

Is it possible that on this second machine the Certificate is being re-negotiated every time? If so, do you know if there is an app or an OS fix?

Thanks for your help,
Phil

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.