Search results for query: *

  1. F

    vb.net multithreads memory leak

    I've done so. I've set the MyThread=nothing in the dispose() method. and I also set the auxNode = Nothing in the test script.
  2. F

    Problem handling multiple ICMP pings responses

    I'm using threads to send multiple pings simultaneously. I used a pocket sniffer to check that the send and request packages are well formed. My app creates multiples threads, withing them a ping object is created witch uses a socket to perform the ICMP Ping. The pings response time and...
Back
Top