View previous topic :: View next topic |
Author |
Message |
Bibo -
Joined: 08 Nov 2003 Posts: 28 Location: Melbourne, Australia
|
Posted: Sat Dec 11, 2021 11:56 am Post subject: Delphi (ISAPI) and Threads |
|
|
I am planning a website where large files are uploaded.
Does AWS handle one file at a time - and all other submissions must wait?
Those uploading files may have a slow internet.
That is what a single thread would seemingly lead to.
If so, what can I do about it? |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1286
|
Posted: Tue Dec 14, 2021 9:45 pm Post subject: Re: Delphi (ISAPI) and Threads |
|
|
Bibo,
Abyss Web Server handles multiple requests (upload or download) at the same time since day 1.
Now with HTTP/2 it can even handle multiple donwloads/uploads over the same connection! _________________ Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com |
|
Back to top |
|
 |
|