DH
Devrukhkar, Hrishikesh (H.)
Wed, Nov 29, 2017 2:06 PM
Hello,
I'm working on a project which is using CommonAPI as an IPC mechanism.
There is one server having multiple client applications, and there will be vast number of method calls from clients and also the broadcasting from server.
So, my concern is : Do I need to create threads at server to manage the calls from clients so that no call gets missed? or CommonAPI can take care that no call is missed ?
Also how does CommonAPI manages internal thread creation? i.e. Is a thread created for every client connected on service ? or something else..
Thanks in Advanced.
Regards,
Hrishikesh Devrukhkar,.
Hello,
I'm working on a project which is using CommonAPI as an IPC mechanism.
There is one server having multiple client applications, and there will be vast number of method calls from clients and also the broadcasting from server.
So, my concern is : Do I need to create threads at server to manage the calls from clients so that no call gets missed? or CommonAPI can take care that no call is missed ?
Also how does CommonAPI manages internal thread creation? i.e. Is a thread created for every client connected on service ? or something else..
Thanks in Advanced.
Regards,
Hrishikesh Devrukhkar,.