Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
GeneralRe: Basic SQL connection through classes Pin
Not Active26-Jan-10 1:51
mentorNot Active26-Jan-10 1:51 
GeneralRe: Basic SQL connection through classes Pin
PIEBALDconsult26-Jan-10 4:11
mvePIEBALDconsult26-Jan-10 4:11 
GeneralRe: Basic SQL connection through classes Pin
#realJSOP26-Jan-10 6:45
mve#realJSOP26-Jan-10 6:45 
GeneralRe: Basic SQL connection through classes Pin
PIEBALDconsult26-Jan-10 6:52
mvePIEBALDconsult26-Jan-10 6:52 
AnswerRe: Basic SQL connection through classes Pin
kevinnicol26-Jan-10 2:39
kevinnicol26-Jan-10 2:39 
AnswerRe: Basic SQL connection through classes Pin
SilimSayo27-Jan-10 3:11
SilimSayo27-Jan-10 3:11 
QuestionA theoretical problem when coding a BUSY TCP/UDP server [modified] Pin
SimpleData25-Jan-10 23:03
SimpleData25-Jan-10 23:03 
AnswerRe: A theoratical problem when coding a BUSY TCP/UDP server Pin
harold aptroot25-Jan-10 23:27
harold aptroot25-Jan-10 23:27 
From the documentation[^]
"Start will queue incoming connections until you either call the Stop method or it has queued MaxConnections"
That's still open to multiple interpretations.. but I think it means that your problem does not exist because it keeps queuing new connections when you're not blocking on Accept.

Anyway, even if it didn't work that way, the time window in which it can go wrong is infinitesimal, unless ClientHistory.Add does something other than expected (maybe do a blocking write to a logfile or so.. it looks like adding to a List<string>)
GeneralRe: A theoratical problem when coding a BUSY TCP/UDP server Pin
SimpleData26-Jan-10 6:55
SimpleData26-Jan-10 6:55 
GeneralRe: A theoratical problem when coding a BUSY TCP/UDP server Pin
harold aptroot26-Jan-10 7:12
harold aptroot26-Jan-10 7:12 
GeneralRe: A theoratical problem when coding a BUSY TCP/UDP server Pin
SimpleData26-Jan-10 8:06
SimpleData26-Jan-10 8:06 
GeneralRe: A theoratical problem when coding a BUSY TCP/UDP server Pin
harold aptroot26-Jan-10 8:38
harold aptroot26-Jan-10 8:38 
GeneralRe: A theoratical problem when coding a BUSY TCP/UDP server Pin
SimpleData26-Jan-10 9:23
SimpleData26-Jan-10 9:23 
Questionhow to call java files using c# Pin
Rajeshwar Code- Developer25-Jan-10 22:49
Rajeshwar Code- Developer25-Jan-10 22:49 
AnswerRe: how to call java files using c# Pin
Abhinav S25-Jan-10 22:52
Abhinav S25-Jan-10 22:52 
GeneralRe: how to call java files using c# Pin
Rajeshwar Code- Developer25-Jan-10 22:58
Rajeshwar Code- Developer25-Jan-10 22:58 
AnswerRe: how to call java files using c# Pin
Richard MacCutchan25-Jan-10 22:56
mveRichard MacCutchan25-Jan-10 22:56 
GeneralRe: how to call java files using c# Pin
Rajeshwar Code- Developer25-Jan-10 22:59
Rajeshwar Code- Developer25-Jan-10 22:59 
GeneralRe: how to call java files using c# Pin
Richard MacCutchan25-Jan-10 23:05
mveRichard MacCutchan25-Jan-10 23:05 
GeneralRe: how to call java files using c# Pin
Rajeshwar Code- Developer25-Jan-10 23:27
Rajeshwar Code- Developer25-Jan-10 23:27 
GeneralRe: how to call java files using c# Pin
Richard MacCutchan26-Jan-10 2:29
mveRichard MacCutchan26-Jan-10 2:29 
AnswerRe: how to call java files using c# Pin
Alex Manolescu26-Jan-10 6:15
Alex Manolescu26-Jan-10 6:15 
Questioncrystal report Support Pin
miss YY25-Jan-10 22:47
miss YY25-Jan-10 22:47 
AnswerRe: crystal report Support Pin
Tom Deketelaere26-Jan-10 2:09
professionalTom Deketelaere26-Jan-10 2:09 
QuestionAgentObjects Pin
jojoba201025-Jan-10 20:46
jojoba201025-Jan-10 20:46 

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.