Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FOPEN() with 12
Message
 
 
To
09/06/2002 16:42:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00666165
Message ID:
00666417
Views:
15
Michel,

You only have to commit the memo to disk when a change is required, and at that time you can use a record lock to prevent the collisions you are having.

>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.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform