Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyone using sys(2450)?
Message
De
17/04/2006 16:38:54
 
 
À
16/04/2006 13:21:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01113936
Message ID:
01114152
Vues:
20
>Anyone using sys(2450) command to speed up their applications?
>
>>From VFP 9 help:
>
>SYS(2450) - Application Search Path Order
>
>Specifies how an application searches for data and resources such as
>functions, procedures, executable files, and so on.
>
>You can use SYS(2450) to specify that Visual FoxPro searches within an
>application for a specific procedure or user-defined function (UDF)
>before it searches along the SET DEFAULT and SET PATH locations. Setting
>SYS(2450) can help improve performance for applications that run on a
>local or wide area network.
>

>
>I'm curious to hear if anyone has done any benchmarks or discovered any
>gotchas.
>
>Thanks,
>Malcolm

If you build your .EXE from a network share, and that particular share is not available at runtime (IE, your .EXE runs on an entirely different network), you'll have to wait for VFP to "timeout" before it'll even load your app and start executing. SYS(2450) will eliminate that check so it doesn't have to wait.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform