I am using IIS as my web server. I am going to use this web server to receive data from a a http client on a Universe database. Whenever i send a Post request that has more than 1 MB then the data transfer speed is merely around 12 KB per second. But if the data is less than a MB then it transfers at around 800 KB per second.
So i did a research by using apache as a web server and transfer speed was almost equal to available bandwidth. So i though IIS is the culprit but i tried to send a post request using curl from php to IIS and it can transfer at full bandwidth. Now it got weird and i dont know what to do.
please help