Multiple database queries in parallel, for a single client request
问题 To complete certain requests from the user, in my application, I am issuing multiple DB queries from a single method, but they are currently being executed sequentially & thus the application is blocked until the time it has received the response/data for the previous query, then proceeding to next query. This is not something I like much. I would like to issue parallel queries. Also after issuing queries I would like to do some other work, (instead of being blocked till previous queries