Click here to Skip to main content
15,884,838 members
Home / Discussions / Windows Development
   

Windows Development

 
AnswerRe: How to seamlessly share code in Visual Studio? Pin
Mycroft Holmes16-Sep-22 12:09
professionalMycroft Holmes16-Sep-22 12:09 
GeneralRe: How to seamlessly share code in Visual Studio? Pin
RobertSF16-Sep-22 15:43
professionalRobertSF16-Sep-22 15:43 
Questionselect() slowness Pin
Gisle Vanem29-Jun-22 22:18
Gisle Vanem29-Jun-22 22:18 
AnswerRe: select() slowness Pin
Pete O'Hanlon29-Jun-22 22:46
mvePete O'Hanlon29-Jun-22 22:46 
GeneralRe: select() slowness Pin
Gisle Vanem29-Jun-22 23:22
Gisle Vanem29-Jun-22 23:22 
GeneralRe: select() slowness Pin
Pete O'Hanlon29-Jun-22 23:44
mvePete O'Hanlon29-Jun-22 23:44 
GeneralRe: select() slowness Pin
Gisle Vanem29-Jun-22 23:51
Gisle Vanem29-Jun-22 23:51 
GeneralRe: select() slowness Pin
Dave Kreskowiak30-Jun-22 4:28
mveDave Kreskowiak30-Jun-22 4:28 
Because there is no way to determine there is no listener unless you wait an appropriate amount of time for the server you tried to connect to to respond. If you waited one millisecond and the server you're connecting to doesn't respond to the connection request for 500 milliseconds, your code just assumed there was no response, and therefore no listener on the other end. In reality, your code was impatient and didn't wait long enough for the response to the connection request.

GeneralRe: select() slowness Pin
Gisle Vanem30-Jun-22 8:03
Gisle Vanem30-Jun-22 8:03 
GeneralRe: select() slowness Pin
Dave Kreskowiak30-Jun-22 8:12
mveDave Kreskowiak30-Jun-22 8:12 
GeneralRe: select() slowness Pin
Gerry Schmitz30-Jun-22 8:22
mveGerry Schmitz30-Jun-22 8:22 
GeneralRe: select() slowness Pin
Gisle Vanem30-Jun-22 8:51
Gisle Vanem30-Jun-22 8:51 
GeneralRe: select() slowness Pin
k505430-Jun-22 11:18
mvek505430-Jun-22 11:18 
GeneralRe: select() slowness Pin
Gerry Schmitz2-Jul-22 7:12
mveGerry Schmitz2-Jul-22 7:12 
AnswerRe: select() slowness Pin
Eddy Vluggen2-Jul-22 4:32
professionalEddy Vluggen2-Jul-22 4:32 
AnswerRe: select() slowness Pin
Randor 20-Jul-22 2:37
professional Randor 20-Jul-22 2:37 
QuestionWhat does MS mean by the words "MinimalVisualStudioVersion" found in .sln files? Pin
RedDk15-Dec-21 12:14
RedDk15-Dec-21 12:14 
AnswerRe: What does MS mean by the words "MinimalVisualStudioVersion" found in .sln files? Pin
Randor 22-Dec-21 6:52
professional Randor 22-Dec-21 6:52 
QuestionBinding Pin
michaelbarb6-Dec-21 5:50
michaelbarb6-Dec-21 5:50 
AnswerRe: Binding Pin
Richard MacCutchan6-Dec-21 6:16
mveRichard MacCutchan6-Dec-21 6:16 
AnswerRe: Binding Pin
Gerry Schmitz6-Dec-21 6:23
mveGerry Schmitz6-Dec-21 6:23 
AnswerRe: Binding Pin
Samir Ibrahim4-Mar-22 21:37
Samir Ibrahim4-Mar-22 21:37 
GeneralRe: Binding Pin
Eddy Vluggen5-Mar-22 4:14
professionalEddy Vluggen5-Mar-22 4:14 
GeneralRe: Binding Pin
Samir Ibrahim6-Mar-22 21:32
Samir Ibrahim6-Mar-22 21:32 
GeneralRe: Binding Pin
RobertSF5-Mar-22 6:14
professionalRobertSF5-Mar-22 6:14 

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.