Hi SDNites,
I wanted to optimise the performance of my system and have got few queries regarding the same,
1. Multithreading parameter configured is for individual communication channel. For ex. I have 2 File asynchronous communication channel then the multithreading parameter 5 is for individual communication channel i.e 5 instances of each File Asynchronous communication channel can be executed at the same time or in all we have 5 File Asynchronous communication channels instances active at the same time.
2. If all the 5 instances are used and is running then the 6 the instance will wait for the one instance to be free to start executing?
3. How can I find the server process configured in my system. Also on what basis can I decide the no. of server process will be good and should not exceed exceptionally.
4. What are the other criterion which I should take care of for better performance.
Regards,
Abhi