RPC server in multiple-process mode

RCFProto support and general discussion.
Post Reply
mou
Posts: 19
Joined: Fri Sep 26, 2014 7:53 am

RPC server in multiple-process mode

Post by mou »

How can I lauch multiple processes listening on the same port in RCFProto server side?

jarl
Posts: 238
Joined: Mon Oct 03, 2011 4:53 am
Contact:

Re: RPC server in multiple-process mode

Post by jarl »

Do you mean forking a child process which then accepts new connections on a listening socket originally created by the parent process? RCFProto is not really setup for that to work. With RCFProto you would be using multiple threads in a single process, to handle multiple connections.
Kind Regards

Jarl Lindrud
Delta V Software
http://www.deltavsoft.com

Post Reply