multi-threaded proxy checker having problems
- by Paul
hello everyone, I am trying to create a proxy checker.
This is my first attempt at multithreading and it's not going so well, the threads seem to be waiting for one to complete before initializing the next.
Imports System.Net
Imports System.IO
Imports System.Threading
Public Class Form1
Public sFileName As String
Public srFileReader As…