You are not logged in.
Pages: 1
Is there a way to kill service without waiting for requests to be finalized?
I am having the problem where requests are open and they exceed the thread limit. So the server stops responding. So I would like to implement something where I know there are open requests, how many there are, and in case I reboot the service automatically.
Is there a way to know how many requests are pending?
Is there a way to know how many requests are pending?
Is there a way to know how many requests are currently open in the TSQLRestServerFullMemory class?
Pages: 1