03-04-24 03:20 PM
We expose process as a web service. It works alright.
We use Load balancer here to:
1. be able to use https (more secure connection)
2. utilize more then one resource for one service
Unfortunately it doesn't really serve that purpose since server is showing as available although in fact it is busy (was already triggered and for example runs te process at the moment).
Is there a way to balance it? For example how to let Load balancer know that resource is in fact busy and therefore unavailable ?