IN onc RPC , which are the server files and which are the client files? what is significance of files?

StackOverflow https://stackoverflow.com/questions/22978974

  •  30-06-2023
  •  | 
  •  

سؤال

I have complied and run the code on a single machine , If I want to run the code on multiple machines in a client server architecture , which file do I place on server and which file do I place on client ?the files finally generated after using make command

هل كانت مفيدة؟

المحلول

I'm assuming green indicates an executable file and that the file names follow normal naming practices.

Put int_client on the clients.

Put int_server on the server(s).

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top