Re: Is Pocket Pc Processing slower than desktop pc processing
- From: Kerstin Pirrung <pirrung@xxxxxxxxx>
- Date: Tue, 08 Nov 2005 02:01:42 -0800
Hi!
10 seconds to _50_ MINUTES ??
My goodness, what do you do in your exe?
Are you loading a lot of stuff from a database / XML file or so?
Allocating loads of objects?
As far as my experience goes, your problem is likely to be memory and
memory management - try to allocate only as much as you really must,
reuse objects, in hard cases, make up your own menory management. This is
not exactly a quick solution, but can lead to redesign the whole
application architecture, I'm afraid.
On short notice, you can try to build in a few watchdog messages to see
what in your application takes how much time so you can find out where
you loose all that performance.
Regards, Kerstin
"=?Utf-8?B?TmF2ZWVuIGtvdWw=?=" <Naveenkoul@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote in news:5194ED9D-97AF-44FF-B573-B9FD4BE7ACC1@xxxxxxxxxxxxx:
> hello,
>
> I have wrote the code for desktop version as well as the pocket pc(in
> .net 2003), both the code are same , but in my desktop version it
> takes around 10 seconds to run my exe , but on my pocket pc same code
> took around about 50 minutes.
> what is the reason behind it and how can i improve it in my pocket pc
> .
>
> Regards
>
> Naveen
>
>
.
- Prev by Date: Re: Is Pocket Pc Processing slower than desktop pc processing
- Next by Date: Re: Is Pocket Pc Processing slower than desktop pc processing
- Previous by thread: Re: Is Pocket Pc Processing slower than desktop pc processing
- Next by thread: Re: Is Pocket Pc Processing slower than desktop pc processing
- Index(es):
Relevant Pages
|