J
Jon Brunson
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?
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?