Click here to Skip to main content
15,881,715 members
Home / Discussions / C#
   

C#

 
AnswerRe: Determining the Data Type of a Generic Pin
phil.o22-Sep-10 3:44
professionalphil.o22-Sep-10 3:44 
QuestionHow to take data from USB-based device using C# ?? Pin
depressedguy21-Sep-10 6:51
depressedguy21-Sep-10 6:51 
AnswerRe: How to take data from USB-based device using C# ?? Pin
Richard Andrew x6421-Sep-10 15:53
professionalRichard Andrew x6421-Sep-10 15:53 
GeneralRe: How to take data from USB-based device using C# ?? Pin
depressedguy21-Sep-10 16:58
depressedguy21-Sep-10 16:58 
GeneralC# and Ring indicator Pin
MarkBng21-Sep-10 5:27
MarkBng21-Sep-10 5:27 
GeneralRe: C# and Ring indicator Pin
Luc Pattyn21-Sep-10 5:41
sitebuilderLuc Pattyn21-Sep-10 5:41 
QuestionUDP Packet Synchronization Pin
softwarejaeger21-Sep-10 3:42
softwarejaeger21-Sep-10 3:42 
AnswerRe: UDP Packet Synchronization Pin
Dave Kreskowiak21-Sep-10 6:41
mveDave Kreskowiak21-Sep-10 6:41 
If delivery is important, why are you even using UDP?

UDP does not guarantee delivery, and considerbly less known, does not guarantee that the packets will arrive in the correct order.

This sounds very kludgy because you cannot guarantee that the interval will be constant, depending on network traffic and load on the client end, the server end, and everything in between. Remember, it's not just your app putting data on the wire and it's a shared medium being used by machines that have nothing to do with your app.


softwarejaeger wrote:
My problem is now, how to calculate the correct interval of the transfer?


What defines what the correct interval should be? Just because a packet was lost is not a valid indicator that the transfer should slow down. The NIC will only send out packets when it can, not at the rate your app can send them.

Questionhow can i use diffrence neuron count in difference layer Pin
karayel_kara21-Sep-10 3:22
karayel_kara21-Sep-10 3:22 
AnswerRe: how can i use diffrence neuron count in difference layer Pin
Alan Balkany21-Sep-10 3:59
Alan Balkany21-Sep-10 3:59 
GeneralRe: how can i use diffrence neuron count in difference layer Pin
karayel_kara21-Sep-10 4:16
karayel_kara21-Sep-10 4:16 
GeneralRe: how can i use diffrence neuron count in difference layer Pin
Alan Balkany21-Sep-10 4:28
Alan Balkany21-Sep-10 4:28 
GeneralRe: how can i use diffrence neuron count in difference layer Pin
Alan Balkany21-Sep-10 4:32
Alan Balkany21-Sep-10 4:32 
AnswerRe: how can i use diffrence neuron count in difference layer Pin
Henry Minute21-Sep-10 4:31
Henry Minute21-Sep-10 4:31 
GeneralRe: how can i use diffrence neuron count in difference layer Pin
harold aptroot21-Sep-10 5:13
harold aptroot21-Sep-10 5:13 
QuestionExtensions Property Pin
reza assar21-Sep-10 3:22
reza assar21-Sep-10 3:22 
AnswerRe: Extensions Property Pin
Dave Kreskowiak21-Sep-10 3:33
mveDave Kreskowiak21-Sep-10 3:33 
GeneralRe: Extensions Property Pin
reza assar21-Sep-10 18:24
reza assar21-Sep-10 18:24 
GeneralRe: Extensions Property Pin
Dave Kreskowiak21-Sep-10 19:26
mveDave Kreskowiak21-Sep-10 19:26 
QuestionList view problem Pin
annie_bel21-Sep-10 3:16
annie_bel21-Sep-10 3:16 
AnswerMessage Closed Pin
21-Sep-10 3:36
stancrm21-Sep-10 3:36 
GeneralRe: List view problem Pin
annie_bel21-Sep-10 3:47
annie_bel21-Sep-10 3:47 
GeneralRe: List view problem Pin
John.Smith770021-Sep-10 6:28
John.Smith770021-Sep-10 6:28 
QuestionDatabase migration Pin
anishkannan21-Sep-10 1:52
anishkannan21-Sep-10 1:52 
AnswerRe: Database migration Pin
Bernhard Hiller21-Sep-10 2:11
Bernhard Hiller21-Sep-10 2:11 

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.