tags:

views:

20

answers:

0

Hi

I am having an application which requires inter process communication between different processes in different machines.

Assume i have 2 processes in different machines which communicate usnig RPC.

Everything works fine in the normal case.

Now if i remove network and reconnect the same my processes still work however what happens is sometimes an RPC call(which sends a message from one process on one machine to another process on another machine) fails with an error code value of 3765269347, which may not really make any sense.

This failure occurs only sometimes and i have no clue as to why this occurs.

Anybody knows any reason why this may occur or general network related RPC issues.

Thanks in advance.