So you have several apps on several servers, each of them load balanced and clustered using ColdFusions cool new Clustering and load balancing. But what if you need to know which of the CF instances is handling a particular request, what if you want to actually see the Round Robin happening? I found a nifty little object hidden in Java that tells us that very thing:
Brilliant!