We are using ATS 7.0 and trying to understand the server session pool sharing We have found a configuration attribute proxy.config.http.server_session_sharing.pool which takes values as ‘global’/‘thread’. My understanding for the value of ‘thread’ is that each thread maintains the server session pool and not shared by other threads.
My question is , Do ATS for any two Http transactions whose origin server is same say like abc.com affines to the same thread ? If so, how big is the pool ? How many max sessions will be accumulated in the pool ?Would these values changes for ‘thread’ and ‘global’ ? My question is from the perspective of reusing the SSL server sessions as much as possible . Regards Vamsi