Monitoring RemObjects.SDK.ThreadPool threads and activity

Hello team,

We are running a Remobjects SDK server using IpSuperHttpServerChannel with a ThreadPool configuration:

IpSuperHttpServerChannel serverChannel = new IpSuperHttpServerChannel(); serverChannel.ThreadPool = new RemObjects.SDK.ThreadPool( 256 /* Max queue length */, 128 /* Max thread count */ );

Is it possible to monitor or inspect the threads of the threadpool, such as viewing the number of active threads, queued requests and which service call a thread from the threadpool is executing.

Thanks in advance!

Hi,

no, you can’t evaluate private properties of ThreadPool so it is impossible.