I made some changes to prevent accessing all the files through an ssl
connection, but it is still at about 3 seconds to download. (Actually
the files are missing on the s3 server so it is really taking three
seconds to find out that the files are not there).
The RightAws::S3Interface has also been changed from single-threaded
mode to multi-threaded mode, but with very little, if any difference.
I made some changes to prevent accessing all the files through an ssl
connection, but it is still at about 3 seconds to download. (Actually
the files are missing on the s3 server so it is really taking three
seconds to find out that the files are not there).
The RightAws::S3Interface has also been changed from single-threaded
mode to multi-threaded mode, but with very little, if any difference.
Can this be made any better?
Hi Chris,
What were the changes you made to prevent the accessing of files via
ssl?
I'm experiencing the same slowness and am trying to figure out how to
get a http connection to access the S3 files instead.