Hi
I have a web application that receives around 2 bn hits per month. For every single one of these connections, the app checks for the existence of a cookie and sets one if it doesn't already exist.
Due to this high load our current bandwidth usage exceeds 10MB per sec and incoming traffic far outweighs outgoing traffic.
Does anyone have any tips for optimising the cookie checking/setting process in asp? I'm certain this is what is swallowing bandwidth because of the round-trip to obtain the client's cookie data.
Thanks in advance
Neil
I have a web application that receives around 2 bn hits per month. For every single one of these connections, the app checks for the existence of a cookie and sets one if it doesn't already exist.
Due to this high load our current bandwidth usage exceeds 10MB per sec and incoming traffic far outweighs outgoing traffic.
Does anyone have any tips for optimising the cookie checking/setting process in asp? I'm certain this is what is swallowing bandwidth because of the round-trip to obtain the client's cookie data.
Thanks in advance
Neil