From: Eric K. <ek...@rz...> - 2002-07-20 13:07:03
|
"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 |