
August 11th, 2004, 08:26 AM
|
|
Contributing User
|
|
Join Date: Aug 2004
Location: Zaandam, The Netherlands
Posts: 70
Time spent in forums: 11 m 37 sec
Reputation Power: 4
|
|
Hi,
In almost all cases of small networks and heavy degrading performance the cause is always found in poor network setup, topology or equipment. Only in rare cases it is caused by some piece of code or resource leak.
Things to check: - What network equipment are we talking about? Coax? UTP with hubs at what speed?, WireLess?, Tokenring?
- What are the protocols that are running on the machines? Netbui, TCP/IP, Appletalk, IPX/SPX, LanMan, other exotic thingie?
- What networking cards (NIC) are being used (brand/type/speed) and have they been setup properly?
- How fast is a 5mb file transfer from machine A to machine B and vice-versa?
- How do you open the database (in code) with what settings (mode, locktype, options)?
- Does the order of starting the application yield other results? (master runs fast when started first, master runs slow when started second?)
If you could check those, you might discover something that is eating up your performance. If not, post the results here so we can analyse them.
Grtz.©
M.
|