We're having a behavior that we don't understand.
We have a slow stored procedure due to a huge amount of data, on a server with pooling enabled, we make 3 requests, after the timeout the other requests fail as well.
If we make the same experiment without pooling enabled, the connections don't timeout and run with success although taking very long time to complete (3 mins avg).
Why does this happen ?
Could this be a bug or is there an explanation ?
We're having a behavior that we don't understand.
We have a slow stored procedure due to a huge amount of data, on a server with pooling enabled, we make 3 requests, after the timeout the other requests fail as well.
If we make the same experiment without pooling enabled, the connections don't timeout and run with success although taking very long time to complete (3 mins avg).
Why does this happen ?
Could this be a bug or is there an explanation ?