Results 1 to 4 of 4

Thread: Multithreaded Ping

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    1

    Unhappy 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

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  4. #4
    Frenzied Member seoptimizer2001's Avatar
    Join Date
    Apr 2001
    Location
    Toledo, Ohio USA GMT -5
    Posts
    1,075
    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
  •  



Click Here to Expand Forum to Full Width