PC Review


Reply
Thread Tools Rate Thread

Background Compile Issues

 
 
William Ryan eMVP
Guest
Posts: n/a
 
      30th Mar 2004

We currently have a fairly large project (roughly 80,000 lines of code) and
on some of our slower development machines, the developers are noticing that
hitting the enter key two or three times causes the IDE to hang for about 3
seconds. All in all it's slowing down. I have a really fast machine so I'm
not seeing it, but when I look at their machines, it's defintiely notable.
We've unhooked all add-ins and verified that there isn't anything running in
the background that's causing this (we've stopped each process the machine
runs other than the bare minimum) and it's still happening.

Anyway, I've heard a few people mention that it's the IDE's 'background
compile' that's causing this and it isn't unusual. Does anyone know 1) Is
there really a background compile? 2) Is it in C# too if it exists? 3) can
it be shut down? 4) Will compiling a lot of the classes into libraries and
adding them as .dlls/references alleviate any of this?

The other guys in the department are pretty sure that this is the problem
and we're thinking of moving most of the stuff to dll's but I just wanted to
make sure this will do something before we go ahead with it. It will entail
a fair amount of work.

If not, has anyone had a similar problem? It's also noteworthy that not all
programs we work with are slow, it's only this one which happens to be the
largest.

Any thoughts?

Thanks,

Bill
--
Cordially,

W.G. Ryan MVP
Windows - Embedded
http://www.msmvps.com/WilliamRyan/
dotnetguru at comcast dot net
wgryan at mvps dot org
bill at devbuzz dot com
www.devbuzz.com
www.knowdotnet.com


 
Reply With Quote
 
 
 
 
Bill McCarthy
Guest
Posts: n/a
 
      30th Mar 2004
hi Bill,

1) Yes
2) No
3) No
4) Yes



Bill.


"William Ryan eMVP" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> We currently have a fairly large project (roughly 80,000 lines of code) and
> on some of our slower development machines, the developers are noticing that
> hitting the enter key two or three times causes the IDE to hang for about 3
> seconds. All in all it's slowing down. I have a really fast machine so I'm
> not seeing it, but when I look at their machines, it's defintiely notable.
> We've unhooked all add-ins and verified that there isn't anything running in
> the background that's causing this (we've stopped each process the machine
> runs other than the bare minimum) and it's still happening.
>
> Anyway, I've heard a few people mention that it's the IDE's 'background
> compile' that's causing this and it isn't unusual. Does anyone know 1) Is
> there really a background compile? 2) Is it in C# too if it exists? 3) can
> it be shut down? 4) Will compiling a lot of the classes into libraries and
> adding them as .dlls/references alleviate any of this?
>
> The other guys in the department are pretty sure that this is the problem
> and we're thinking of moving most of the stuff to dll's but I just wanted to
> make sure this will do something before we go ahead with it. It will entail
> a fair amount of work.
>
> If not, has anyone had a similar problem? It's also noteworthy that not all
> programs we work with are slow, it's only this one which happens to be the
> largest.
>
> Any thoughts?
>
> Thanks,
>
> Bill
> --
> Cordially,
>
> W.G. Ryan MVP
> Windows - Embedded
> http://www.msmvps.com/WilliamRyan/
> dotnetguru at comcast dot net
> wgryan at mvps dot org
> bill at devbuzz dot com
> www.devbuzz.com
> www.knowdotnet.com
>
>



 
Reply With Quote
 
William Ryan eMVP
Guest
Posts: n/a
 
      30th Mar 2004
Many thanks Bill!
"Bill McCarthy <no spam>" <bill_mcc &#64; iprimus.com.au> wrote in message
news:(E-Mail Removed)...
> hi Bill,
>
> 1) Yes
> 2) No
> 3) No
> 4) Yes
>
>
>
> Bill.
>
>
> "William Ryan eMVP" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >
> > We currently have a fairly large project (roughly 80,000 lines of code)

and
> > on some of our slower development machines, the developers are noticing

that
> > hitting the enter key two or three times causes the IDE to hang for

about 3
> > seconds. All in all it's slowing down. I have a really fast machine so

I'm
> > not seeing it, but when I look at their machines, it's defintiely

notable.
> > We've unhooked all add-ins and verified that there isn't anything

running in
> > the background that's causing this (we've stopped each process the

machine
> > runs other than the bare minimum) and it's still happening.
> >
> > Anyway, I've heard a few people mention that it's the IDE's 'background
> > compile' that's causing this and it isn't unusual. Does anyone know 1)

Is
> > there really a background compile? 2) Is it in C# too if it exists? 3)

can
> > it be shut down? 4) Will compiling a lot of the classes into libraries

and
> > adding them as .dlls/references alleviate any of this?
> >
> > The other guys in the department are pretty sure that this is the

problem
> > and we're thinking of moving most of the stuff to dll's but I just

wanted to
> > make sure this will do something before we go ahead with it. It will

entail
> > a fair amount of work.
> >
> > If not, has anyone had a similar problem? It's also noteworthy that not

all
> > programs we work with are slow, it's only this one which happens to be

the
> > largest.
> >
> > Any thoughts?
> >
> > Thanks,
> >
> > Bill
> > --
> > Cordially,
> >
> > W.G. Ryan MVP
> > Windows - Embedded
> > http://www.msmvps.com/WilliamRyan/
> > dotnetguru at comcast dot net
> > wgryan at mvps dot org
> > bill at devbuzz dot com
> > www.devbuzz.com
> > www.knowdotnet.com
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compile issues rnair20@yahoo.com Microsoft Dot NET 1 1st Sep 2004 02:16 PM
Compile issues rnair20@yahoo.com Microsoft Dot NET Framework 0 1st Sep 2004 11:26 AM
Background Compile Issues William Ryan eMVP Microsoft Dot NET 2 30th Mar 2004 06:02 AM
Background compile in VS.NET with C# in next version? =?ISO-8859-1?Q?S=F8ren_Lund_Jensen?= Microsoft C# .NET 0 10th Feb 2004 01:30 PM
Compile issues Kent Tegels Microsoft Dot NET 2 18th Jul 2003 08:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:50 AM.