• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SIGPIPE?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: SIGPIPE?
      • From: Malte Tancred <email@hidden>
  • Prev by Date: Re: List of delegates
  • Next by Date: Authentication
  • Previous by thread: Re: Drag & Drop: NSFilenamesPboardType
  • Next by thread: Re: SIGPIPE?
  • Index(es):
    • Date
    • Thread