Better Performance - Single TMyConnection or Many?
Posted: Thu 27 Mar 2008 10:05
Hi,
I'm using Delphi Win32 and use DataModules for most of my major forms.
I'm wondering whether to use a single TMyConnection that all the DataModules access or to put a connection in each one. I'm trying to make each Form/DataModule to be as independent as possible, but I'm worried about memory and network load.
Your advice would be appreciated.
Alan
I'm using Delphi Win32 and use DataModules for most of my major forms.
I'm wondering whether to use a single TMyConnection that all the DataModules access or to put a connection in each one. I'm trying to make each Form/DataModule to be as independent as possible, but I'm worried about memory and network load.
Your advice would be appreciated.
Alan