• 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: clean samples of Xcode hang (was WakeOnLan + Xcode2.2 = beachball?)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: clean samples of Xcode hang (was WakeOnLan + Xcode2.2 = beachball?)


  • Subject: Re: clean samples of Xcode hang (was WakeOnLan + Xcode2.2 = beachball?)
  • From: Bill Bumgarner <email@hidden>
  • Date: Tue, 28 Feb 2006 17:00:19 -0800

On Feb 28, 2006, at 2:13 PM, Frank Rimlinger wrote:
What should I read to learn how to tune my network for distributed builds?

Thank you for the samples.

This remains of general interest, so I'll continue to cross post to the list.

It looks like most of the time is spent resolving the host names of the various hosts. I would take a guess that your DNS environment is configured such that hosts are not assigned host names or that there is potentially a configuration issue that is causing resolution to be delayed. Note that this can also impact the use of IP addresses in that certain API will sometimes decide it needs to do a reverse lookup to determine hostname (even if never used in the calling API).

If that is the case, then try configuring a static set of build hosts where the host names are the bonjour names of the remote hosts. I.e. "officeg5.local.". That sometimes improves the lookup times considerably.

Sometimes. DNS lookups can be a bit of a non-linear debugging and configuration experience.

b.bum





_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >WakeOnLan + Xcode2.2 = beachball? (From: Frank Rimlinger <email@hidden>)
 >Re: WakeOnLan + Xcode2.2 = beachball? (From: Bill Bumgarner <email@hidden>)

  • Prev by Date: Re: breaking into debugger from assert
  • Next by Date: Embedding frameworks across projects
  • Previous by thread: Re: WakeOnLan + Xcode2.2 = beachball?
  • Next by thread: Problem building when adding 3rd party library to a Unit Test
  • Index(es):
    • Date
    • Thread