Parallel processing limitation?

  • We use a SQL assembly to make web calls. We have 1 assembly with a few dozen functions, all use web calls.

    Recently we ran into an issue where one web call was locked up and the entire assembly was locked up and we couldn’t make any function calls. I’m having trouble finding the answer to my question online. My question is, does SQL run these functions in parallel, or can only one function run at a time in the assembly?

    Please help. Is there some sort of setting or limitation that would allow / prevent the same function from being called multiple times at once?

    For an example, I have an assembly with multiple functions. User A calls Function 1. Function 1 (lets say) takes 3 seconds. If User B calls Function 1, does user B’s function not fire until User A’s is finished? Note, we have no issues if User B calls Function 2 while User A is firing Function 1.

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply