Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Binary Search Thread(?)
Binary Search Thread(?) [message #150944] Fri, 05 August 2005 22:53 Go to next message
Patrick Turley is currently offline Patrick TurleyFriend
Messages: 43
Registered: July 2009
Member
When I start Eclipse or when I make a large change to my project, I see
a thread pop up in the Progress view called "Binary Search Thread".

I'm guessing that this thread is searching the file tree and trying to
get synchronized with whatever changed.

Whatever it's doing, I think the name "Binary Search Thread" is
inappropriate. It should be given a name that reflects what it's
actually *doing*.

I'm posting this here rather than immediately writing a bug because I'm
willing to hear that I'm wrong. Am I?
Re: Binary Search Thread(?) [message #150947 is a reply to message #150944] Fri, 05 August 2005 22:56 Go to previous messageGo to next message
Patrick Turley is currently offline Patrick TurleyFriend
Messages: 43
Registered: July 2009
Member
Patrick Turley wrote:
> When I start Eclipse or when I make a large change to my project, I see
> a thread pop up in the Progress view called "Binary Search Thread".
>
> I'm guessing that this thread is searching the file tree and trying to
> get synchronized with whatever changed.
>
> Whatever it's doing, I think the name "Binary Search Thread" is
> inappropriate. It should be given a name that reflects what it's
> actually *doing*.
>
> I'm posting this here rather than immediately writing a bug because I'm
> willing to hear that I'm wrong. Am I?

Is it possible that this is a "thread that is searching for binaries
(executables)", rather than a "thread that is searching for something
using a binary tree algorithm"?
Re: Binary Search Thread(?) [message #150955 is a reply to message #150947] Sat, 06 August 2005 17:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dschaefer.rogers.com

Patrick Turley wrote:
> Patrick Turley wrote:
>
>> When I start Eclipse or when I make a large change to my project, I
>> see a thread pop up in the Progress view called "Binary Search Thread".
>>
>> I'm guessing that this thread is searching the file tree and trying to
>> get synchronized with whatever changed.
>>
>> Whatever it's doing, I think the name "Binary Search Thread" is
>> inappropriate. It should be given a name that reflects what it's
>> actually *doing*.
>>
>> I'm posting this here rather than immediately writing a bug because
>> I'm willing to hear that I'm wrong. Am I?
>
>
> Is it possible that this is a "thread that is searching for binaries
> (executables)", rather than a "thread that is searching for something
> using a binary tree algorithm"?

Yes, this is a thread that is searching for binaries that can be
executed by the launcher. I think it is less obtrusive in 3.0 that it
was in previous releases. If it still bugs you, then feel free to raise
a bug on it (sorry for the pun :).

--
Doug Schaefer, Senior Software Developer
IBM Rational Software, Ottawa Lab
Kanata, Ontario, Canada
Re: Binary Search Thread(?) [message #150958 is a reply to message #150955] Sat, 06 August 2005 21:32 Go to previous message
Patrick Turley is currently offline Patrick TurleyFriend
Messages: 43
Registered: July 2009
Member
Doug Schaefer wrote:
> Patrick Turley wrote:
>
>> Patrick Turley wrote:
>>
>>> When I start Eclipse or when I make a large change to my project, I
>>> see a thread pop up in the Progress view called "Binary Search Thread".
>>>
>>> I'm guessing that this thread is searching the file tree and trying
>>> to get synchronized with whatever changed.
>>>
>>> Whatever it's doing, I think the name "Binary Search Thread" is
>>> inappropriate. It should be given a name that reflects what it's
>>> actually *doing*.
>>>
>>> I'm posting this here rather than immediately writing a bug because
>>> I'm willing to hear that I'm wrong. Am I?
>>
>>
>>
>> Is it possible that this is a "thread that is searching for binaries
>> (executables)", rather than a "thread that is searching for something
>> using a binary tree algorithm"?
>
>
> Yes, this is a thread that is searching for binaries that can be
> executed by the launcher. I think it is less obtrusive in 3.0 that it
> was in previous releases. If it still bugs you, then feel free to raise
> a bug on it (sorry for the pun :).

OK - I get it now. I don't find it obtrusive at all. The thing that
"bugged" me was that the name seemed uninformative. Now that I
understand what it's doing, I understand its name.

To avoid the confusion of binary as in "tree" vs. binary as in
"executable", I think it might be good to rename it "Executable Search
Thread". If it's searching for binaries of all kinds, including
libraries, then maybe "Executable/Libary Search Thread".

Then again, I may be one of only three very picky people who were
confused by this. Take my suggestion with a grain of salt.
Previous Topic:Renaming Managed Make C Project
Next Topic:No display of console screen buffer
Goto Forum:
  


Current Time: Thu Jul 18 06:21:57 GMT 2024

Powered by FUDForum. Page generated in 0.03988 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top