Hi all,
Im having an issue while I need to scale up a legacy asmx service written in net 2.0 ( but I could upgrade)
Due to a new requirement I will need to be able to handle about 150 request per second to that service , it exposes only one method.
Code optimization has been done and the least it can take to execute is 5 seconds
Having that in mind how many cores or cpus or actual servers would I need ? I tested ARR with two 8 core servers and not even close to the goal.
Any help or guidance will be greatly appreciated.
Thanks!
Victor
Im having an issue while I need to scale up a legacy asmx service written in net 2.0 ( but I could upgrade)
Due to a new requirement I will need to be able to handle about 150 request per second to that service , it exposes only one method.
Code optimization has been done and the least it can take to execute is 5 seconds
Having that in mind how many cores or cpus or actual servers would I need ? I tested ARR with two 8 core servers and not even close to the goal.
Any help or guidance will be greatly appreciated.
Thanks!
Victor