Click here to Skip to main content
15,901,373 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: adding days in a date Pin
Colin Angus Mackay5-Jun-04 11:28
Colin Angus Mackay5-Jun-04 11:28 
Generalasp help Pin
syed saba5-Jun-04 1:17
syed saba5-Jun-04 1:17 
GeneralRe: asp help Pin
Om Prakash Pant7-Jun-04 20:04
Om Prakash Pant7-Jun-04 20:04 
Generalcancel button Save Dialog box track Pin
Anonymous4-Jun-04 18:55
Anonymous4-Jun-04 18:55 
GeneralRe: cancel button Save Dialog box track Pin
Om Prakash Pant5-Jun-04 1:06
Om Prakash Pant5-Jun-04 1:06 
GeneralRe: cancel button Save Dialog box track Pin
internetmouse6-Jun-04 21:30
internetmouse6-Jun-04 21:30 
GeneralSockets Pin
Jason McBurney4-Jun-04 8:39
Jason McBurney4-Jun-04 8:39 
GeneralRe: Sockets Pin
Colin Angus Mackay4-Jun-04 14:08
Colin Angus Mackay4-Jun-04 14:08 
Jason McBurney wrote:
Does that mean that sockets are not Thread safe

That means that if you want to access the same socket from multiple threads you need to make sure that the critical sections of code are properly managed with locks, mutexes, semaphores or what ever your implementation calls for.

I tend to be warey about multi-threaded solutions to problems, simply because often the maintenance of the additional complexity isn't worth the benefits at the other end. So far in 8 years I've only ever implemented multi-threading where I could see that it was the best case for maintability and user experience.

What are you using to measure the time for the ping to respond? the, IIRC, GetTicks() method only returns a resolution of about 15/16ms which would match with your results. If you need anything more accurate than that then you need performance counters. The resolution depends on your PC/processor, but on my 650MHz PIII laptop they produce one tick per third of a microsecond. A faster processor should bring more resolution.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

The Second EuroCPian Event will be in Brussels on the 4th of September

Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!


GeneralRe: Sockets Pin
Jason McBurney4-Jun-04 14:43
Jason McBurney4-Jun-04 14:43 
GeneralDisable a script... Pin
Brad Fackrell4-Jun-04 2:37
Brad Fackrell4-Jun-04 2:37 
GeneralRe: Disable a script... Pin
Jason McBurney4-Jun-04 9:01
Jason McBurney4-Jun-04 9:01 
GeneralRe: Disable a script... Pin
Brad Fackrell4-Jun-04 9:07
Brad Fackrell4-Jun-04 9:07 
QuestionHow to open a select folder window? Pin
jessica1233-Jun-04 21:55
jessica1233-Jun-04 21:55 
AnswerRe: How to open a select folder window? Pin
sivilian4-Jun-04 7:12
sivilian4-Jun-04 7:12 
GeneralFile -> new window can't call activex members Pin
skoizumi291103-Jun-04 7:02
sussskoizumi291103-Jun-04 7:02 
GeneralEnumerating Group Members with WMI, VBscript Pin
thespiff3-Jun-04 6:00
thespiff3-Jun-04 6:00 
GeneralRe: Enumerating Group Members with WMI, VBscript Pin
thespiff4-Jun-04 1:29
thespiff4-Jun-04 1:29 
GeneralRe: Enumerating Group Members with WMI, VBscript Pin
thespiff4-Jun-04 4:36
thespiff4-Jun-04 4:36 
GeneralPerl vs. PHP Pin
brianwelsch3-Jun-04 5:01
brianwelsch3-Jun-04 5:01 
GeneralRe: Perl vs. PHP Pin
l a u r e n3-Jun-04 7:18
l a u r e n3-Jun-04 7:18 
GeneralRe: Perl vs. PHP Pin
brianwelsch3-Jun-04 8:04
brianwelsch3-Jun-04 8:04 
GeneralFixed cell width in tables Pin
JussiL3-Jun-04 1:09
JussiL3-Jun-04 1:09 
GeneralRe: Fixed cell width in tables Pin
Andrew Quinn AUS3-Jun-04 4:05
Andrew Quinn AUS3-Jun-04 4:05 
GeneralRe: Fixed cell width in tables Pin
JussiL3-Jun-04 20:32
JussiL3-Jun-04 20:32 
Generalfax from asp Pin
hi_hemant142-Jun-04 19:47
hi_hemant142-Jun-04 19:47 

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.