How can I change the max queues and the max threads?

I’m using remobjects sdk for Delphi. How can I change the maximum number for the queues and the threads?
I’m using TROServerSchedulerOfThreadPool and TROIndyHTTPServer.
Thanks for help

Hi,

Remoting SDK for Delphi doesn’t contain TROServerSchedulerOfThreadPool class.

for TROIndyHTTPServer we don’t support TROThreadPool and use original Indy behavior.
I can suggest to review TIdHTTPServer documentation.

You can access to TIdHTTPServer via ROIndyHTTPServer.IndyServer property

Thanks for the fast answer.

Now I see my mistake. I use the “TIdSchedulerOfThreadPool”. I think I can fix my problems now.