Click to See Complete Forum and Search --> : Simultaneous Http Requests
Onyx68
November 22nd, 2010, 06:17 PM
Hello,
I am building a client that will do a simple http upload. The client I am building needs to be able to handle several simultaneous requests.
DH
Onyx68
November 22nd, 2010, 09:26 PM
I should also mention that the client is a console application. So although there are many http upload examples involving web pages and controls, I am working with a console client that uses basic https authentication.
Alsvha
November 30th, 2010, 05:53 AM
You could do this with threading. Spawn multiple threads which each handle an upload.
If using .NET 4 framework, take a look at parallel for loops and tasks for easier abstraction over threading.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.