Click here to Skip to main content
15,915,839 members
Home / Discussions / C#
   

C#

 
GeneralRunning an IO application on a network Pin
TOVB4-Mar-05 7:41
sussTOVB4-Mar-05 7:41 
GeneralRe: Running an IO application on a network Pin
Joel Lucsy4-Mar-05 8:40
Joel Lucsy4-Mar-05 8:40 
GeneralInstalling a service without using ServiceProcessInstaller/ServiceInstaller Pin
Lakitu4-Mar-05 5:18
Lakitu4-Mar-05 5:18 
Generalping use too long time Pin
haha200014-Mar-05 4:47
haha200014-Mar-05 4:47 
GeneralRe: ping use too long time Pin
Dave Kreskowiak4-Mar-05 7:34
mveDave Kreskowiak4-Mar-05 7:34 
GeneralRe: ping use too long time Pin
haha200014-Mar-05 15:22
haha200014-Mar-05 15:22 
GeneralRe: ping use too long time Pin
haha200014-Mar-05 15:39
haha200014-Mar-05 15:39 
GeneralRe: ping use too long time Pin
Dave Kreskowiak4-Mar-05 16:15
mveDave Kreskowiak4-Mar-05 16:15 
Look at what your timing! THe code as you wrote it, will time the DNS lookup of the host, the building of the ICMP Packet, opening the socket connection, sending the echo packet, ...

You're not timing the packet travel time, you're timing nearly your entire application from the time you hit enter to the time it takes for the first echo packet to come back. The only thing you weren't timing was how long it took to parse the command line parameters.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: ping use too long time Pin
haha200015-Mar-05 6:08
haha200015-Mar-05 6:08 
GeneralRe: ping use too long time Pin
Dave Kreskowiak5-Mar-05 6:17
mveDave Kreskowiak5-Mar-05 6:17 
QuestionAuthorisation Code Ideas? Pin
Tom John4-Mar-05 3:18
Tom John4-Mar-05 3:18 
Generalutf8 convert.... Pin
ABBASI_RA4-Mar-05 3:07
ABBASI_RA4-Mar-05 3:07 
GeneralAuthentication/Sql Server and C# Pin
C# Angel4-Mar-05 2:56
sussC# Angel4-Mar-05 2:56 
GeneralRe: Authentication/Sql Server and C# Pin
Colin Angus Mackay4-Mar-05 6:14
Colin Angus Mackay4-Mar-05 6:14 
GeneralRe: Authentication/Sql Server and C# Pin
Anonymous15-Mar-05 10:05
Anonymous15-Mar-05 10:05 
GeneralStill no solution :( Pin
Radgar4-Mar-05 2:43
Radgar4-Mar-05 2:43 
GeneralRe: Still no solution :( Pin
Dave Kreskowiak4-Mar-05 4:28
mveDave Kreskowiak4-Mar-05 4:28 
GeneralRe: Still no solution :( Pin
Radgar4-Mar-05 8:37
Radgar4-Mar-05 8:37 
GeneralRe: Still no solution :( Pin
Dave Kreskowiak4-Mar-05 11:02
mveDave Kreskowiak4-Mar-05 11:02 
GeneralI need some information Pin
iceburnbarry4-Mar-05 2:36
iceburnbarry4-Mar-05 2:36 
GeneralRe: I need some information Pin
Dave Kreskowiak4-Mar-05 7:29
mveDave Kreskowiak4-Mar-05 7:29 
GeneralSocket and Struct Pin
James Poulose4-Mar-05 2:35
James Poulose4-Mar-05 2:35 
GeneralRe: Socket and Struct Pin
felopater4-Mar-05 4:50
felopater4-Mar-05 4:50 
GeneralRe: Socket and Struct Pin
James Poulose4-Mar-05 23:17
James Poulose4-Mar-05 23:17 
GeneralNetwork programming Pin
felopater4-Mar-05 1:51
felopater4-Mar-05 1:51 

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.