Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Paradox > Re: I need help...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 11 of 12 Topic 1295 of 1428
Post > Topic >>

Re: I need help in asking the right questions

by "Larry DiGiovanni" <nospam@[EMAIL PROTECTED] > Nov 2, 2007 at 09:36 AM

Craig wrote:

> For years my software has run quickly on a local drive but when there
are 
> large files on network drives, it slows down terribly
> when moving from record to record.

Well, lots of folks here have fairly large apps/databases running across 
LANs and WANs.  I would start by looking at.  For record to record 
navigation, the file size shouldn't matter all that much.  I'd take a look

at the code that fires on record navigation events.

Also, when you say "network" I suspect you have something a little more 
involved than a simple LAN.  Two things will rapidly kill network 
performance for shared file access - bandwidth and latency.  Chances are, 
the only control you have over this involves the physical location of the 
server in regard to the clients - you want to make sure that there are
very 
few hops between them, preferably none.

You can get a sense of this by pinging a large packet from one of the 
clients to the server and also by running a traceroute between one of the 
clients and the server.  The ping will tell you latency and the tracert
will 
tell you how many hops.

You want to work with the IT folks to minimize latency and hops, which may

be as simple as plugging the server into a different local LAN segment. 
The 
benefit goes both ways -- if you can minimize the amount of your traffic 
"pollutes" WAN circuits, everybody wins.

Whatever progress you make there, you also want to look at your code.  You

want to minimize queries and unindexed filtering, particularly in record
nav 
operations.

Ping:

ping -l 65500 <server DNS name>

Traceroute:

tracert <server DNS name>

-- 
Larry DiGiovanni
 




 12 Posts in Topic:
I need help in asking the right questions
"Craig" <cra  2007-11-01 07:05:24 
Re: I need help in asking the right questions
Sundial Services <info  2007-11-01 08:26:17 
Re: I need help in asking the right questions
"Jim Moseley" &  2007-11-01 13:43:11 
Re: I need help in asking the right questions
Roy F <roydoc@[EMAIL P  2007-11-01 14:33:04 
Re: I need help in asking the right questions
"Jim Moseley" &  2007-11-01 19:11:55 
Re: I need help in asking the right questions
Sundial Services <info  2007-11-01 20:01:40 
Re: I need help in asking the right questions
"Oscar Santiesteban&  2007-11-01 21:16:34 
Re: I need help in asking the right questions
Erik Wogstad <erik@[EM  2007-11-01 21:59:37 
Re: I need help in asking the right questions
"Jim Moseley" &  2007-11-06 07:29:06 
Re: I need help in asking the right questions
Sundial Services <info  2007-11-06 18:40:44 
Re: I need help in asking the right questions
"Larry DiGiovanni&qu  2007-11-02 09:36:59 
Re: I need help in asking the right questions
"Larry DiGiovanni&qu  2007-11-02 10:04:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 22:49:01 CST 2008.