Enhanced the RPC retry logic for the Windows client to be bounded by time rather than number of retries. Also, added a pause between retries to avoid saturating the network. The corresponding Linux client changes still need to be made. This changes allow us to support large number of clients against a single server.

This commit is contained in:
Juan Carlos Luciani
2008-07-03 20:41:23 +00:00
parent 8d0d55a666
commit 8ea377f845
3 changed files with 44 additions and 6 deletions

View File

@@ -553,7 +553,7 @@ Rpc(
//=======================================================================--
{
CasaStatus retStatus;
int retries = 3;
int retries = 0;
DbgTrace(1, "-Rpc- Start\n", 0);