My C# app very slow on Vista

  • Thread starter Thread starter Katit
  • Start date Start date
K

Katit

Hi!

I installed my app on clients Vista machine. It's very slow when it
does database update and TCP messaging. I'm not sure which operation
slow.

Is there any know-how on what could be wrong? How would you approach
troubleshooting?

I can place some logging, this way I can figure what exactly slow. But
how I fix it then?

TIA
 
I installed my app on clients Vista machine. It's very slow when it
does database update and TCP messaging. I'm not sure which operation
slow.

Is there any know-how on what could be wrong? How would you approach
troubleshooting?

I can place some logging, this way I can figure what exactly slow. But
how I fix it then?

Don't worry about how until you know what. If possible, use a
profiler to identify the exact function that using so many CPU cycles.
You can then analyze it to figure out what the problem is.
 
Tried that - no help. It's slow on opening socket. "Slow" is like 3-4
seconds compare to less then a second on other PC's
 
Tried that - no help. It's slow on opening socket. "Slow" is like 3-4
seconds compare to less then a second on other PC's

Sorry, been out of the group for a while.

I'd start googling this issue, as it may be related to the IP stack
changes in Vista. You should also try to get a Vista test box and see
if you can replicate the problem there.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top