Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is it possible to make HexGadgets issue multiple queries in parallel to save time?

0
10 Posted

Is it possible to make HexGadgets issue multiple queries in parallel to save time?

0
10

Yes and no. The current HexGadgets only operate synchronously. In other words, the executing thread cannot continue until a method call has returned. Thus, HexGadgets will only be able to do one thing at a time in a single thread (such as that of an ASP request). If your programming system allows multiple threads, however, you can simultaneously run a HexGadget operation in each thread.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123