I have several queries that are ran on button click. From what I have read on multithreading is that the processes don't necessarily run at the same time if I understood this correctly. I need to speed up the response times of the queries and am wondering if multithreading is the way to go. Thanks.