07-14-2020, 05:15 AM
Your response is confusing. IntraWeb *is* threaded. Each session runs in its own thread. One session won't wait for other sessions (unless, of course, you are using all computer processors indefinitely to handle other stuff)
But IntraWeb won't fix problems in your code. If something is being shared and spending an enormous time to run, there is nothing IW can do.
But IntraWeb won't fix problems in your code. If something is being shared and spending an enormous time to run, there is nothing IW can do.

