Hello,
I've just signed up a Nirvanix account and started some programming. I tried to use Java SDK but it doesn't seem to work so I wrote my own one and it just works fine. I am using REST method for now. However, upload throughput is not really as good as I expected. It's just about 4KiB/s, which is too slow. It seems like the official Java SDK sends the HTTP POST request, and it takes the same amount of time to get to the exception, so I think it's not a problem of my implementation.
Consequently, I'd like to know the average upload and download throughput of Nirvanix service. This is a critical question because I want the upload throughput to be at least more than 300KB/s. FYI, Amazon S3 gave me 400KB/s upload throughput. I am located in South Korea, however, the internet connection is pretty fast - 10MB/s at maximum both in uploads and downloads.
Thanks in advance,
Trustin