NetTalk Central

Author Topic: How to split apps up for optimum performance  (Read 2239 times)

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
How to split apps up for optimum performance
« on: March 20, 2008, 08:09:04 AM »
Let's say I wanted to do a financial application with a GL, AP, and AR. Would it be better from strictly a performance (speed) standpoint to a) build it all into one EXE, or b) split them out into their own apps and direct users to each functions?

The reason I ask is because I'm doing many customized demos for clients of an app we offer. I run about 10 instances of the same app on different ports and it seems to be bogging down the speed a bit.
Mike Grigsby
Credify Systems
Central Oregon, USA

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: How to split apps up for optimum performance
« Reply #1 on: March 21, 2008, 09:39:09 AM »
Hi Mike,

There's no advantage, or disadvantage, to using multiple apps.
The speed constraints of the system are what they always are - CPU, Ram, Disk, bandwidth and so on. If the apps are not typically being used at the same time (but are running at the same time) then I'd suspect RAM as the primary issue.

Cheers
Bruce