FilWisher / wed

Wil's editor
MIT License
2 stars 0 forks source link

Needs client-server architecture considered from beginning #8

Open FilWisher opened 9 years ago

FilWisher commented 9 years ago

Unix domain sockets seem to offer the most comprehensive support for server-client communication. They also increase the complexity of the code greater than named pipes.

Sam uses named pipes for client-server communication.

Using named pipes I think is preferable for the simplicity of the code.

FilWisher commented 9 years ago

This should be contained within a layer of abstraction. It is George's problem Gerry