need to run client/server in corba without using name service or file

174 views Asked by At

I need to run a client server application in corba using c++ without using name service or without managing a shared file. Basically want to run the server on one port and client should connect to this. But the port will be read in client side and this needs to be communicated to server. Is there a way to achieve this communicating the port from client to server.

0

There are 0 answers