> 
> Anyway, this is probably a no-brainer, but I want to take the tables
with
> static data and move them to the user's local drives to limit network
> traffic.  If m:\ is my network and I have SET DEFA TO M:\ issued in
> startup,
> then I just include a "c:\Myapp\data" in the SET PATH don't I?  That
way
> data is still found...
> 
> Also, currently the exe lives on the network and everyone accesses it
to
> run
> the application - I figured that was easier for when I supply a new
build
> -
> but have I got that right?  Is there any impact on network traffic
doing
> it
> this way or should I move the exe to each local machine also?


Generally speaking (every situation is a bit different) you might very
well improve performance all around by doing as you said i.e. moving
static tables to local machines and your other optimizations you are
already working on.

Try your EXE locally and see if that helps. If nothing else the thing
should at least start up faster and I'll be you will see other
improvements too.

But if you are running your EXE locally you'll want to figure out a way
to update all the machines with a loader program. Users start the
loader, loader checks for new verion, if new version loader copies over
old EXE, loader calls the new EXE.

Pretty straightforward....

Thanks,
 
Matthew Jarvis || Business Systems Analyst
IT Department
McKenzie-Willamette Medical Center
1460 G Street, Springfield, OR  97477 || Ph: 541-744-6092 || Fax:
541-744-6145
--------------------------------------------------------------------------
Disclaimer: This electronic message may contain information that is
Proprietary, Confidential, or legally privileged or protected. It
is intended only for the use of the individual(s) and entity named
in the message. If you are not an intended recipient of this
message, please notify the sender immediately and delete the
material from your computer. Do not deliver, distribute or copy
this message and do not disclose its contents or take any action in
reliance on the information it contains.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/69f310c05dd83c48a84ba3769ce1ecf8044c7...@tntriexevs02.triadhospitals.net
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to