Subject: | Distributed::Process server expects CR+LF |
Distributed::Process expects all the network traffic to send newlines as
CR+LF sequences. This includes the traffic that comes from stdin (the
server console itself). Unfortunately, regular Un*x terminals only send
LF. The server should be more tolerant in what it considers a new line.