Is there a way to stagger the transaction on a player? My cloud player server pegs itself out for 30-45 seconds every five minutes. I am wondering if that is one of the causes for some fluctuation in the response times reported. If I could tell the player to only work on one transaction at a time (serial vs parallel), I think it would spread that utilization out and get better response times. Sure once I get to 50 transaction being handled by one player, it wouldn't keep up, but shouldn't I add another player if that happened?
Is there a way to do this?