SIGPIPE?
SIGPIPE?
- Subject: SIGPIPE?
- From: Andrew Baldwin <email@hidden>
- Date: Tue, 7 May 2002 23:05:36 -0400
I'm working on a multithreaded app which communicates over a
peer-to-peer network using SmallSockets. Each individual connection to
another client is managed in a separate thread and data is sent to the
main thread for display when necessary (though I haven't implemented the
display yet). Now that my code for connecting to the network and
forwarding packets is complete I get a SIGPIPE error after connecting to
several clients and sending/receiving messages...
My basic question, what is a SIGPIPE error -- would it be caused by a
problem with the network connections or the thread connections (the only
info I found on SIGPIPE was that it involved one side of a socket
connection dropping out, does this mean that the connection between
threads is dropping or that the network connection on one side is
dropping [I doubt the latter since I check vigorously for dropped
connections]).
Thanks in advance for any help,
Andrew
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.