Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: strange realization of StrToD() Pin
JackDingler31-Jan-12 11:54
JackDingler31-Jan-12 11:54 
GeneralRe: strange realization of StrToD() Pin
a_matseevsky31-Jan-12 12:32
a_matseevsky31-Jan-12 12:32 
QuestionC program to extract values from EXCEL file Pin
Faez Shingeri31-Jan-12 1:46
Faez Shingeri31-Jan-12 1:46 
AnswerRe: C program to extract values from EXCEL file Pin
CPallini31-Jan-12 2:35
mveCPallini31-Jan-12 2:35 
QuestionRe: C program to extract values from EXCEL file Pin
Faez Shingeri31-Jan-12 17:33
Faez Shingeri31-Jan-12 17:33 
AnswerRe: C program to extract values from EXCEL file Pin
CPallini31-Jan-12 21:44
mveCPallini31-Jan-12 21:44 
GeneralRe: C program to extract values from EXCEL file Pin
Faez Shingeri31-Jan-12 22:51
Faez Shingeri31-Jan-12 22:51 
Questionfirmware coding in C Pin
Ebe7230-Jan-12 23:16
Ebe7230-Jan-12 23:16 
AnswerRe: firmware coding in C Pin
Richard MacCutchan30-Jan-12 23:37
mveRichard MacCutchan30-Jan-12 23:37 
AnswerRe: firmware coding in C Pin
CPallini31-Jan-12 2:25
mveCPallini31-Jan-12 2:25 
AnswerRe: firmware coding in C Pin
Bram van Kampen31-Jan-12 12:27
Bram van Kampen31-Jan-12 12:27 
AnswerRe: firmware coding in C Pin
Erudite_Eric31-Jan-12 21:05
Erudite_Eric31-Jan-12 21:05 
Question::ifstream.open behaves differently in VC6 and VS2010 Pin
KASR130-Jan-12 22:31
KASR130-Jan-12 22:31 
AnswerRe: ::ifstream.open behaves differently in VC6 and VS2010 Pin
CPallini30-Jan-12 22:42
mveCPallini30-Jan-12 22:42 
GeneralRe: ::ifstream.open behaves differently in VC6 and VS2010 Pin
KASR131-Jan-12 3:24
KASR131-Jan-12 3:24 
AnswerRe: ::ifstream.open behaves differently in VC6 and VS2010 Pin
Albert Holguin31-Jan-12 3:37
professionalAlbert Holguin31-Jan-12 3:37 
GeneralRe: ::ifstream.open behaves differently in VC6 and VS2010 Pin
KASR131-Jan-12 3:42
KASR131-Jan-12 3:42 
AnswerRe: ::ifstream.open behaves differently in VC6 and VS2010 Pin
Albert Holguin31-Jan-12 5:17
professionalAlbert Holguin31-Jan-12 5:17 
GeneralRe: ::ifstream.open behaves differently in VC6 and VS2010 Pin
KASR11-Feb-12 7:29
KASR11-Feb-12 7:29 
Questionbasic Winsock / IOCP / UDP question Pin
SledgeHammer0130-Jan-12 13:01
SledgeHammer0130-Jan-12 13:01 
AnswerRe: basic Winsock / IOCP / UDP question Pin
Jochen Arndt30-Jan-12 22:19
professionalJochen Arndt30-Jan-12 22:19 
GeneralRe: basic Winsock / IOCP / UDP question Pin
SledgeHammer0131-Jan-12 5:01
SledgeHammer0131-Jan-12 5:01 
Thanks Jochen. A follow up question:

Jochen Arndt wrote:
Using one receiving thread is enough even with many clients when the UDP packets
are small.


What specifics are we talking here? Seems like common convention on the internet is telling me to restrict UDP packet sizes to 256 bytes, correct?

Assuming my UDP server is receiving AND sending to clients, how many clients can I handle in a single thread? 100? 1,000? 10,000? 100,000?

Basically trying to do something that could scale to millions of clients. Not even sure if thats possible without multiple servers behind a load balancer though Smile | :) .
GeneralRe: basic Winsock / IOCP / UDP question Pin
Jochen Arndt31-Jan-12 5:51
professionalJochen Arndt31-Jan-12 5:51 
GeneralRe: basic Winsock / IOCP / UDP question Pin
SledgeHammer0131-Jan-12 6:27
SledgeHammer0131-Jan-12 6:27 
GeneralRe: basic Winsock / IOCP / UDP question Pin
Jochen Arndt31-Jan-12 6:43
professionalJochen Arndt31-Jan-12 6:43 

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.