[DOTNET] Sluggish XmlTextReader Performance (was RE: [DOTNET] Windows Application painfully sluggish)

2002-05-28 Thread Chris Sells
] On Behalf Of > Isaac Hwak Han > Sent: Tuesday, May 28, 2002 3:48 PM > To: [EMAIL PROTECTED] > Subject: Re: [DOTNET] Windows Application painfully sluggish > > I've experienced the similar performance degeneration with > XmlTextReader. The culprit

Re: [DOTNET] Windows Application painfully sluggish

2002-05-28 Thread William Oliveri
So the performance hit is when the user opens the app/form for the first time? What factors altered would produce another performance hit? ReComplile and deploy? In my example the biggest visible drag was on the XMLReader(). I tried adding records to the xml file and it still ran fast so what i

Re: [DOTNET] Windows Application painfully sluggish

2002-05-28 Thread Marsh, Drew
William Oliveri [mailto:[EMAIL PROTECTED]] wrote: > Oh heck yeah. That's what I was doing. One click and kill > the app. Then try again. Now it's much different, faster. > I was worried that if this was happening on a 1.8Ghz with 512 > of ram what it might do on a lesser machine. thanks. He

Re: [DOTNET] Windows Application painfully sluggish

2002-05-28 Thread franklin gray
over again. So I don't see that as a good performace check (doing it multiple times). -Original Message- From: William Oliveri [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 2:09 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Windows Application painfully sluggish On Tue, 28

Re: [DOTNET] Windows Application painfully sluggish

2002-05-28 Thread William Oliveri
On Tue, 28 May 2002 14:02:08 -0400, Marsh, Drew <[EMAIL PROTECTED]> wrote: Oh heck yeah. That's what I was doing. One click and kill the app. Then try again. Now it's much different, faster. I was worried that if this was happening on a 1.8Ghz with 512 of ram what it might do on a lesser mac

Re: [DOTNET] Windows Application painfully sluggish

2002-05-28 Thread William Oliveri
Original Message - >From: "William Oliveri" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, May 28, 2002 9:15 AM >Subject: [DOTNET] Windows Application painfully sluggish > > >> Hi all, >> I have started to build a Windows application

Re: [DOTNET] Windows Application painfully sluggish

2002-05-28 Thread Chris Sells
ay 28, 2002 9:15 AM Subject: [DOTNET] Windows Application painfully sluggish > Hi all, > I have started to build a Windows application and in the process have > noticed that the response time is very sluggish(compared to an old VB6 > app). The app appears to draw on the screen in secti

[DOTNET] Windows Application painfully sluggish

2002-05-28 Thread William Oliveri
Hi all, I have started to build a Windows application and in the process have noticed that the response time is very sluggish(compared to an old VB6 app). The app appears to draw on the screen in sections. You can see the different parts coming up (especially in the 500Mhz machine, see below).