My C#.NET application is running slower when the exe is located on the network
Posted
by leo
on Stack Overflow
See other posts from Stack Overflow
or by leo
Published on 2010-03-31T16:37:07Z
Indexed on
2010/03/31
16:43 UTC
Read the original article
Hit count: 447
Hi,
My C#.NET application is running much slower when the exe is located on the network.
And I'm talking about everything, even the graphical dispay is slower. For example: when a form is already loaded, if I unplug my network cable and minimize and maximize the window, it takes a very long time to redraw itself.
I'm using framework .NET 3.5 SP1.
Any idea on the cause?
My hypothesis so far:
- I'm missing some options when building the app?
- my corporate antivirus checks more stuff because the exe is on the network
- the cache of Windows XP SP3 doesn't work the same way when the exe is on the network
- the server is a Novell server: maybe this does change something ?
Thanks for your help!
Leo
© Stack Overflow or respective owner