I am far from an expert, but since nobody has responded I'll take a stab at this.<BR><BR>In Java, threads share access to objects. So you could just create static queues for in/out requests and have ...