|
-
November 22nd, 2010, 07:17 PM
#1
Simultaneous Http Requests
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
-
November 22nd, 2010, 10:26 PM
#2
Re: Simultaneous Http Requests
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.
-
November 30th, 2010, 06:53 AM
#3
Re: Simultaneous Http Requests
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|