From: Jarmo M. <ja...@mu...> - 2002-07-20 13:22:44
|
Hello, 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. About working on with same thing as a group of programmers. This would be easy if you first design interfaces. Pipe has two ends and it clearly has interface on both ends. If they are first designed, both ends may write their code separately and modules that use the pipe ends could be programmed as well. JMu ----- Original Message ----- From: "Eric Kohl" <ek...@rz...> To: <rea...@li...> Sent: Saturday, July 20, 2002 4:11 PM Subject: Re: [ros-kernel] Service.exe > > "Jarmo Muukka" <ja...@mu...> wrote: > > Hi! > > > One of the most difficult part, to me, is the pipe. What is the > > protocol? > The protocol doesn't matter as long as our implementation behaves the same > way as the original implementation. ;-) > > > > So, one could implement SCP, one could write both ends of the > > pipe, one could write SCMC and one could write SCMS. This could be > > easily splitted for four developers. > That might work if you have a well defined communication protocol, otherwise > it doesn't work. > > > > At point I thought that I could implement them, but I don't have > > time. I checked ReactOS code and noticed that it wasn't > > implemented "at all". The code that were implemented started all > > services in the process at the same time. That's wrong. > At present only service processes that constain a single service can be > started. Services that share a process are not supported yet. > > > Regards, > Eric > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > |