I want to submit simultaneous MYSQL queries (only select, as i know Insert/Update are executed sequentially on the database end). Can this be done using a single connection and several query threads/processes? I want to submit simultaneous MYSQL queries (on