• 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
Re: straight-C DNS lookup with timeout?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: straight-C DNS lookup with timeout?


  • Subject: Re: straight-C DNS lookup with timeout?
  • From: Andrew <email@hidden>
  • Date: Thu, 2 Jan 2003 23:25:23 +1100 (EST)

On Thu, 2 Jan 2003, Philip George wrote:

> yep. in fact, that code i sent you isn't even run in the main thread.

I don't know about Mach threads but at least with POSIX threads there is
no guarentee that the thread that asked for the signal will the the one to
receive it - signals are process not thread based. To ensure correct
functionality you will need to block the signal in all other threads.

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.

References: 
 >Re: straight-C DNS lookup with timeout? (From: Philip George <email@hidden>)

  • Prev by Date: Re: straight-C DNS lookup with timeout?
  • Next by Date: Simple ascii character search&replace ??
  • Previous by thread: Re: straight-C DNS lookup with timeout?
  • Next by thread: Re: straight-C DNS lookup with timeout?
  • Index(es):
    • Date
    • Thread