From: Eric K. <ek...@rz...> - 2002-07-20 13:47:04
|
"Jarmo Muukka" <ja...@mu...> wrote: > The protocol will matter. Have you ever thought that Win NT and > ReactOS services would have to communicate with each other? Say > you have a ReactOS machine and you want to start service on > Windows 2000 machine. ReactOS client part have to connect to W2K > machine and W2K server part have to understand what client is > asking and ros have to understand W2K replies. The communication between a SCP and the SCM uses RPC, not pipes. The contol pipes are only used for communication between the SCM and the SPs. That's why the pipe protocol doesn't matter. Samba already implements the RPC protocol. When you use a local SCP to start a service on a remote machine, you tell the SCM on the remote machine to start the service. Eric |