Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: sql server express service problem Pin
prasadbuddhika28-Dec-10 16:55
prasadbuddhika28-Dec-10 16:55 
GeneralRe: sql server express service problem Pin
jschell29-Dec-10 5:21
jschell29-Dec-10 5:21 
QuestionSQL Insert procedure called from C# Pin
Tvalone27-Dec-10 10:04
Tvalone27-Dec-10 10:04 
AnswerRe: SQL Insert procedure called from C# Pin
Luc Pattyn27-Dec-10 10:22
sitebuilderLuc Pattyn27-Dec-10 10:22 
GeneralRe: SQL Insert procedure called from C# Pin
Tvalone27-Dec-10 10:35
Tvalone27-Dec-10 10:35 
GeneralRe: SQL Insert procedure called from C# Pin
Luc Pattyn27-Dec-10 10:48
sitebuilderLuc Pattyn27-Dec-10 10:48 
GeneralRe: SQL Insert procedure called from C# Pin
Tvalone27-Dec-10 11:17
Tvalone27-Dec-10 11:17 
GeneralRe: SQL Insert procedure called from C# Pin
Luc Pattyn27-Dec-10 11:59
sitebuilderLuc Pattyn27-Dec-10 11:59 
QuestionCalling unmanaged function from C# with the paramater of type BSTR* (pointer to BSTR) Pin
martinergb27-Dec-10 7:51
martinergb27-Dec-10 7:51 
AnswerRe: Calling unmanaged function from C# with the paramater of type BSTR* (pointer to BSTR) Pin
Luc Pattyn27-Dec-10 10:26
sitebuilderLuc Pattyn27-Dec-10 10:26 
AnswerRe: Calling unmanaged function from C# with the paramater of type BSTR* (pointer to BSTR) Pin
_Erik_27-Dec-10 15:09
_Erik_27-Dec-10 15:09 
QuestionUDP Send Interval Pin
softwarejaeger27-Dec-10 3:09
softwarejaeger27-Dec-10 3:09 
AnswerRe: UDP Send Interval Pin
Richard MacCutchan27-Dec-10 3:39
mveRichard MacCutchan27-Dec-10 3:39 
GeneralRe: UDP Send Interval Pin
softwarejaeger27-Dec-10 3:47
softwarejaeger27-Dec-10 3:47 
GeneralRe: UDP Send Interval Pin
Richard MacCutchan27-Dec-10 4:51
mveRichard MacCutchan27-Dec-10 4:51 
GeneralRe: UDP Send Interval Pin
jschell27-Dec-10 8:06
jschell27-Dec-10 8:06 
GeneralRe: UDP Send Interval Pin
Dave Kreskowiak27-Dec-10 8:36
mveDave Kreskowiak27-Dec-10 8:36 
AnswerRe: UDP Send Interval Pin
_Erik_27-Dec-10 3:59
_Erik_27-Dec-10 3:59 
GeneralRe: UDP Send Interval Pin
softwarejaeger27-Dec-10 4:13
softwarejaeger27-Dec-10 4:13 
GeneralRe: UDP Send Interval Pin
_Erik_27-Dec-10 4:53
_Erik_27-Dec-10 4:53 
GeneralRe: UDP Send Interval Pin
Dave Kreskowiak27-Dec-10 8:40
mveDave Kreskowiak27-Dec-10 8:40 
AnswerRe: UDP Send Interval Pin
carbon_golem27-Dec-10 9:58
carbon_golem27-Dec-10 9:58 
GeneralRe: UDP Send Interval Pin
Richard MacCutchan27-Dec-10 22:27
mveRichard MacCutchan27-Dec-10 22:27 
GeneralRe: UDP Send Interval Pin
carbon_golem28-Dec-10 4:37
carbon_golem28-Dec-10 4:37 
GeneralRe: UDP Send Interval Pin
Richard MacCutchan28-Dec-10 5:34
mveRichard MacCutchan28-Dec-10 5:34 
Yes, but the receiver does not know they are missing until the next one arrives. It then has to go through a retransmit sequence to get that message, which may, or may not be delivered. Running a protocol like this defeats the purpose of UDP and also adds a lot of host processing overhead which TCP handles at a much lower level. I think the OP is making a rod for his own back in following this route.
Just say 'NO' to evaluated arguments for diadic functions! Ash

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.