You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RPCServiceAsync appears to be a more fitting choice for the ChannelFinder service.
Using the callback mechanism to notify the clinet when the elastic query and the NTTable is complete results in the Service being able to handle a lot more clients more effeciently.
Following is some preliminary numbers of the AsyncService IT tests run against both the old service implementation and the new async service.
Using a pool of 50, the IT creates a new RPC client, executes a query waits for the results and then validates it, and then closes the client.
The RPCServiceAsync appears to be a more fitting choice for the ChannelFinder service.
Using the callback mechanism to notify the clinet when the elastic query and the NTTable is complete results in the Service being able to handle a lot more clients more effeciently.
Following is some preliminary numbers of the AsyncService IT tests run against both the old service implementation and the new async service.
Using a pool of 50, the IT creates a new RPC client, executes a query waits for the results and then validates it, and then closes the client.
The times are reported in ms
The text was updated successfully, but these errors were encountered: