|
-
May 24th, 2001, 06:21 AM
#1
Thread Starter
New Member
Multithreaded Ping
Hi
My aim is to perform icmp Ping on group of ip numbers multithreadly.
Normaly VB pings ips and returns ping info once a time on after another. I know it is possible to do this mulithreadly because i've seen other programs doing so.
I've searched the whole web for source/examples but didn't find any.
Please help me out
/vladislav
-
May 24th, 2001, 08:32 AM
#2
I doubt those other programs are doing what you think they are. They would soing a normal loop like any other program would to do that.
Besides VB is not a multithreaded language.
-
May 24th, 2001, 10:52 AM
#3
Black Cat
What if you write an ActiveX dll that has the ping function set up to perform asynchronously using callbacks? You then call that dll's ping function in a loop in your app, and when the loop is done wait for the callbacks.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
May 24th, 2001, 11:01 AM
#4
Frenzied Member
There is a multithreaded downloader at PlanetSourceCode that works, maybe you could modify that to your needs.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|