Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RPC over IP 1

Status
Not open for further replies.

bubak

Programmer
Jun 25, 2001
208
SK
Hello
Please give me some hints, how can I make my client-server prog. that uses windows RPC to work on PCs in different IP networks, interconnected via router. Is there some easy way, if PCs will have public IP addresess? Or is there only some way via some rpc proxy or web services or so.
Pleas send any hints
bubak
 
From what I can make out, you basically want to make a distributed client server program.

There are quite a few methods in which you can do it like:
1. RPC
2. Named pipes
3. Winsock (TCP/IP)
4. Mailslots etc

Choose something that you have most familiarity with already.

A sample for RPC client server:

/Srikanth
In the sweat of thy brow shall you eat your bread.
-Bible
 
The problem is, the client server prog already exist and works. And it uses RPC. when I'll start now, I'll probably use tcpip sockets. But it's already via RPC. And I'm searching the easiest way to make it work over some wide network/internet.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top