Hi, I am planning to use Ruby threading to query 2 different databases running on 2 different machines. I understand how Ruby threads are in process and are NOT native. My requirement is simple. Send the query request to different database servers running on completely separate machines and then combine the output from both the queries as one. I am wondering whether anybody has implemented such requirement and would like to know your experiences, suggestions etc. Thanks, -Venks