Exemplo n.º 1
0
        static void Main(string[] args)
        {
            client = new PooledClient("localhost:9999,localhost:9998");

            while (true)
            {
                new Thread(ThreadFunc).Start();
                Thread.Sleep(500);
            }
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            client = new PooledClient("localhost:9999,localhost:9998");

            while (true)
            {
                new Thread(ThreadFunc).Start();
                Thread.Sleep(500);
            }
        }