sockets help??

2002-02-06 Thread Hotmail - mrengc
Hello, Just wondering if you could give me a hand with sockets? If not I understand. I am trying to write winsock software to have one client connect to three different server computers (not simultaneously) by simple sock stream. I tried to create one socket and connect to each computer.

Re: sockets help??

2002-02-06 Thread walter valenti
I am trying to write winsock software to have one client connect to three different server computers (not simultaneously) by simple sock stream. I tried to create one socket and connect to each computer. Once the previous connection is completed with one of the computers, I would change

Sockets help

2001-05-30 Thread Jason
I need to write a program that will take a list of url's for pictures and download them. I was reading up on sockets but i found them a bit confusing. Some assistance with sockets would be very helpfull. thanks, Jason

Re: Sockets help

2001-05-30 Thread Walt Mankowski
On Wed, May 30, 2001 at 09:47:51AM -0400, Jason wrote: I need to write a program that will take a list of url's for pictures and download them. I was reading up on sockets but i found them a bit confusing. Some assistance with sockets would be very helpfull. Use LWP::Simple. It can already