I've done a lot surfing and have found contradictory/unclear answers. Suppose I have 100 SELECT queries that I'd like to run. None of the queries in any way depend on the others. The returned is relatively small (each ResultSet is only a few rows), so bandwidth isn't an issue. My DB is remote, so my biggest source of latency stems from round-trip-time.
Is there any way I can do this in a single RTT? What's the fastest way I can get all the results back?