PDA

View Full Version : RPC


Chandra Prakash
02-25-2005, 12:54 AM
Hi All,
We have a Client/Server implementation using Windows RPC.We have a remote procedure at the server end which offers certain services.Any client requiring those services simply need to make a call to the remote procedure as if it is a local procedure & the call transfer to server is handled by RPC,RPC library being used is rpcrt4.lib.It's working fine in all cases except when the server is hosted on a particular INTEL machine which has Win XP.All other machines have Win 2000.
In this particular case sometimes the clients are strangled out...During certain test runs it had been working fine for more then 24 hours.But when problem comes after some 10-15 mins the clients are stopped.Before getting stopped the clients show behavior of unstable connection.We have tried RpcMgmtSetComTimeout,but in vain.
Kindly guide us in this regard.

Thanks in advance
Chandra Prakash :bang:

BillW
02-25-2005, 01:06 AM
Do you realize this is not a tech site, but rather focused on horseracing?

Chandra Prakash
02-25-2005, 07:59 AM
Dear BillW,
I found few queries regarding RPC on this discussion board,thus i posted my query.Anyway it's not unusual for a horse lover to be a techie,isn't

wes
02-25-2005, 08:21 AM
http://www.microsoft.com/technet/security/bulletin/MS03-026.mspx

Or look up Windows RPC.

and good luck

wes

Chandra Prakash
02-25-2005, 09:14 AM
Thanks wes,but the link u referred relates to security issue.I don't have any security problems for the time being.If anyone exploits RPC vulnerability it's none of my concern.I am rather deeply concerned for the closing of my clients in between request

so.cal.fan
02-25-2005, 10:59 AM
Chandra,
wait until Just Ralph answers your post....I'll bet he knows!

Chandra Prakash
02-28-2005, 01:21 AM
somebody was telling that Just Ralph could be of some help.Can anyone ask him to providue some clue for my problem