QuillMeantTen has asked for the wisdom of the Perl Monks concerning the following question:
Greetings
After some time banging my head to a wall (and much more time reading through previous posts such as this one I have come to some discoveries that bring yet more questions regarding the message passing daemon that I am writing :
I have tested my code using the following combination:
Now, after some debugging I discovered that my testing program crashed when the connection was reset by the peer, is there anyway to reconnect to an unix socket after the connection has been reset and do so without crashing?
or should I just take care of not sending to much data at the same time?
And last but not least, since I am going to use that message passing daemon to carry serialized objects around is SOCK_STREAM a bad idea?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IO::Socket::Unix,message type and Connection Reset
by Anonymous Monk on Aug 26, 2015 at 07:42 UTC | |
by QuillMeantTen (Friar) on Aug 26, 2015 at 07:49 UTC |