Re: Multi-tier programming on devices
- From: "<ctacke/>" <ctacke_AT_OpenNETCF_com>
- Date: Mon, 3 Apr 2006 10:53:34 -0400
Pushing it to a single tier would likely gain nothing in memory usage. It's
also not true that you have a 32MB hard limit. The CF does a lot of
allocation from shared space. You have a 32MB virtual space limit per
process.
-Chris
"Jon Brunson" <jon.brunson@innovation-NOSPAM-software-DOT-co-DOT-uk> wrote
in message news:OQGA$QyVGHA.4772@xxxxxxxxxxxxxxxxxxxxxxx
Howdy all,
Is it advisable to write Mobile Device applications using multi-tier
methodology? Or as Devices are much more resource-limited, would keeping
the number of tiers help reduce memory and processor usage?
I know apps on Devices can only use a maximum of 32MB of RAM, and
unfortunately our app is approaching, and at a push can be made to breach
that 32MB barrier. It's written in VB.NET, and has 4 tiers:-
1. GUI
2. Business logic
3. SqlCe interface
4. SqlServer interface
If we squished the number of layers from 4 down to 2 (GUI & "Everything
else"), would this help things memory-wise?
.
- Follow-Ups:
- Re: Multi-tier programming on devices
- From: Jon Brunson
- Re: Multi-tier programming on devices
- References:
- Multi-tier programming on devices
- From: Jon Brunson
- Multi-tier programming on devices
- Prev by Date: Multi-tier programming on devices
- Next by Date: Re: Handheld PC using WinCe 5.0
- Previous by thread: Multi-tier programming on devices
- Next by thread: Re: Multi-tier programming on devices
- Index(es):
Relevant Pages
|