My server hosts a few pages to handle XML SOAP requests. At the moment it creates a new session to handle each request, even if it's the same location sending it.
On a slow day 3 locations had up to 50 active sessions just for the SOAP requests. We plan on increasing the locations to a few hundred. I could see the number of active sessions breaking 10,000 on busy days. 2 questions:
1. Will this create significant overhead, ether on the CPU or ram?
2. Can it be avoided?