Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOPEN() with 12
Message
De
09/06/2002 16:42:53
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00666165
Message ID:
00666399
Vues:
13
>Maybe I'm misunderstanding, but I don't see why you can't use a lockable memo, instead of a file on your server.

If you store the stylesheet in a memo, you have to STRTOFILE() at every hit. Thus, you end up with a new file each time and you loose the local caching. In our case, that's 10k. So, you end up with 10k additional for each transaction. So, we do not do it like this. We process each individual stylesheet on a file from the IIS server. They get changed when needed. So, when it happens, only once you'll have 10 additional K and that's it.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform