Beta 2 - slow TcpClient

  • Thread starter Thread starter AlexS
  • Start date Start date
A

AlexS

I am using asynch downloads and it seems - at least visually - that Beta 2
framework is doing that a bit slower than 1.1

Anybody experienced this?

Checked my code and found nothing wrong - compiles ok with 2.0. Runs ok. But
somewhat slower, maybe 10-20%. Or I am missing something?
Any useful pointers around?

Thx!
 
This could easily be the overhead of the debugging options compiled into the
Beta. Release code is frequently faster simply because it doesn't have
debug options turned on.

Mike.
 
Thanks for tip. Did not think about it.

Asked because ListView is perceptibly faster in 2.0 and some other things

Alex
 
Back
Top