Re: Xcode eats 100% CPU and more while typing
Re: Xcode eats 100% CPU and more while typing
- Subject: Re: Xcode eats 100% CPU and more while typing
- From: Chris Espinosa <email@hidden>
- Date: Tue, 5 Feb 2008 16:03:46 -0800
On Feb 5, 2008, at 3:25 PM, William Bates wrote:
(1) Just to clarify: slow typing was the problem of Axel Balley, who
started this thread. My problem is slow to open project - 30 to 45
seconds of beachball - which can be reliably eliminated by turning
off syntax coloring. My typing responsiveness is adequate once
things get started.
(2) What is "the localhost configuration issue"?
In Xcode 3.0 we accidentally put in a project-open-time check to
potentially set up Distributed Builds, should you wish to use them.
The call to get the name of the local host in order to potentially
advertise services was essentially a noop in our internal environment,
and that of the Beta testers of Xcode 3.0. But in the real world,
some people have DNS servers that made that an expensive (blocking for
45 seconds to several minutes) operation.
We've fixed this in the next minor release of Xcode. There is a
workaround that was discussed on this list last October, which is to
add your computer's hostname to your /etc/hosts file.
http://lists.apple.com/archives/Xcode-users/2007/Nov/msg00031.html
Chris
_______________________________________________
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