Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Minimizing Network traffic - ideas wanted!
Message
De
09/11/2009 17:08:01
 
 
À
04/11/2009 04:11:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01433035
Message ID:
01433917
Vues:
76
Thanks for replying to this. Sorry it took me a while to send a thank you, but your time and effort to reply to this was appreciated!
-- John


>>Hey FoxFolx!
>>
>>I've got a question on the situation with network traffic when it comes to VFP tables. We have set up calls to a large table on a network server to utilize minimalize database calls (i.e. UPDATE pttran SET status = 1 WHERE id = 12345). However at one company in particular that really bangs on the system with many workstations, some system utilities that take 2-3 minutes on a local system are taking 30 minutes to run.
>>
>>My question is this: if the example above were in pure SPT to a SQL table, it would truly be minimal, but is it actually passing lots of data back and forth in VFP? I was re-reading Chuck Urwiler's VFP C/S book and he spoke of how sometimes using a remote connection in such a situation might be better. Do you folks agree?
>>
>>How about a stored procedure inside the VFP database? Would passing a call to that keep everything on the server?
>>
>>I'm baffled about how to rectify this situation. I'd love to hear those who know more than me on this subject.
>
>It sounds to me like the problem is that the app is slow, not necessarily due to excessive network traffic. If there's a heavily loaded network running a VFP app, it needs to be properly configured and reliable. For example:
>
>- is antivirus on both the server and workstations configured so that real-time scanning does not scan VFP executables, data files or temp files/folders?
>
>- Does the network have reliable Cat5e or better cabling, and gigabit switches and workstation NICs? Gigabit equipment is incredibly cheap these days
>
>- Are DNS and WINS configured properly for all servers/workstations?
>
>- Has a network engineer analyzed the network traffic? Sometimes you discover things like network printers that have lots of unnecessary protocols enabled such as AppleTalk, Novell IPX/SPX etc. This all adds network overhead and reduces performance
>
>If the client's VFP data server has a 100Mbit NIC, then yes, that's going to be a bottleneck on a loaded network. It'll be a lot cheaper to upgrade that to a gigabit NIC than any software updates you could do.
-- John Kiernan
"Maybe Amelia Earhart was just stealing the plane".
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform