|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.net framework slows down computer?A coworker in our IT department says he never installs .NET framework
because it slows down the computers. Is there any truth to this? I told him no way, but he keeps swearing it does. Is he right or wrong? Is there any article regarding this that I could show him? ..NET Framework is involved only when .NET application is started.
Your coworker is not right. If he has no .NET Framework then he doesn't use any .NET app. That is if he will install framework then computer performance will not suffer as there are no .NET apps installed. OTOH if .NET app is written badly, then it is not framework's fault that performance downgrades Show quote news:1139341466.661006.63680@f14g2000cwb.googlegroups.com... >A coworker in our IT department says he never installs .NET framework > because it slows down the computers. Is there any truth to this? I > told him no way, but he keeps swearing it does. Is he right or wrong? > Is there any article regarding this that I could show him? > IMHO...
There is virtually no difference between a computer that has the framework installed and one which doesnt (apart from the disk space taken up by the assemblies). ..Net does not affect the performance of the underlying system. just my 2c - NuTcAsE ..NET framework runtimes are more or less like common DLL and/or COM+
components. If you have no application that uses them, they set quietly on your harddisk and never consumes system resources other than harddisk space. <wolfi***@gmail.com> ???????:1139341466.661006.63***@f14g2000cwb.googlegroups.com... Show quote >A coworker in our IT department says he never installs .NET framework > because it slows down the computers. Is there any truth to this? I > told him no way, but he keeps swearing it does. Is he right or wrong? > Is there any article regarding this that I could show him? > That said, if you never defrag your hard drive, the .NET framework can slow
down a system simply because it's large and file fragmentation is high. After any install of a large piece of software, you should defrag. Mike Ober. Show quote "Lau Lei Cheong" <leu***@yehoo.com.hk> wrote in message news:OoofmUFLGHA.3832@TK2MSFTNGP09.phx.gbl... > .NET framework runtimes are more or less like common DLL and/or COM+ > components. If you have no application that uses them, they set quietly on > your harddisk and never consumes system resources other than harddisk space. > > <wolfi***@gmail.com> > ???????:1139341466.661006.63***@f14g2000cwb.googlegroups.com... > >A coworker in our IT department says he never installs .NET framework > > because it slows down the computers. Is there any truth to this? I > > told him no way, but he keeps swearing it does. Is he right or wrong? > > Is there any article regarding this that I could show him? > > > > > Michael D. Ober wrote:
> That said, if you never defrag your hard drive, the .NET framework can slow Oh so it's not a service or a process that is up and taking memory> down a system simply because it's large and file fragmentation is high. > After any install of a large piece of software, you should defrag. > > Mike Ober. however small? No, except you're going to run a serivce (or anything that'll be resident in
memory) that is written with .NET libraries. <wolfi***@gmail.com> ???????:1139411962.063905.187***@g43g2000cwa.googlegroups.com... Show quote > > Michael D. Ober wrote: >> That said, if you never defrag your hard drive, the .NET framework can >> slow >> down a system simply because it's large and file fragmentation is high. >> After any install of a large piece of software, you should defrag. >> >> Mike Ober. > Oh so it's not a service or a process that is up and taking memory > however small? > Agreed to some degree, how come something that just sit on the harddisk slow
down something that's already been installed because of disk fragmentation? I think it's the reverse - install .NET runtime on a fragmented HDD space will slow down the performance of the .NET runtime. :P Show quote "Michael D. Ober" <ober***@.alum.mit.edu.nospam> ¼¶¼g©ó¶l¥ó·s»D:TRfGf.11264$1n4.3***@newsread2.news.pas.earthlink.net... > That said, if you never defrag your hard drive, the .NET framework can > slow > down a system simply because it's large and file fragmentation is high. > After any install of a large piece of software, you should defrag. > > Mike Ober. > > "Lau Lei Cheong" <leu***@yehoo.com.hk> wrote in message > news:OoofmUFLGHA.3832@TK2MSFTNGP09.phx.gbl... >> .NET framework runtimes are more or less like common DLL and/or COM+ >> components. If you have no application that uses them, they set quietly >> on >> your harddisk and never consumes system resources other than harddisk > space. >> >> <wolfi***@gmail.com> >> ???????:1139341466.661006.63***@f14g2000cwb.googlegroups.com... >> >A coworker in our IT department says he never installs .NET framework >> > because it slows down the computers. Is there any truth to this? I >> > told him no way, but he keeps swearing it does. Is he right or wrong? >> > Is there any article regarding this that I could show him? >> > >> >> >> > > > Hai
What your friend said is worng . The system uses the resourse only when you using the VS otherwise it remains same Show quote "wolfi***@gmail.com" wrote: > A coworker in our IT department says he never installs .NET framework > because it slows down the computers. Is there any truth to this? I > told him no way, but he keeps swearing it does. Is he right or wrong? > Is there any article regarding this that I could show him? > > |
|||||||||||||||||||||||