Back to course home
0% completed
Vote For New Content
why least connections have a use case of stateful application
Raj Kumar Nishad
Dec 1, 2024
As for stateful application all the requests for a session should go to single server ?
6
0
Comments
Comments
Design Gurus8 months ago
That is right, for a stateful application all requests of a session should go to a single server. Hence, it becomes important to distribute active sessions. All requests of an active session will go to the same server but new connections should be distributed to other s...