Forum Discussion
hooleylist
Mar 03, 2011Cirrostratus
If you have an HTTP profile on a VS, TMM will:
accept the connection (CLIENT_ACCEPTED)
try to parse the HTTP headers (HTTP_REQUEST)
select a pool member assuming there is a pool being used (LB_SELECTED)
on a load balancing failure trigger LB_FAILED
If a preceding event fails then subsequent ones wouldn't be triggered.
Aaron