Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
App slow in coming up.
Message
From
30/08/2003 10:13:02
Yh Yau
Ingenuity Microsystems Sdn Bhd
Kuala Lumpur, Malaysia
 
 
To
29/08/2003 18:13:43
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00821613
Message ID:
00824762
Views:
29
Tom,
Don't know if this helps, but you may consider using it as a workaround to your problem.
I had 2 clients having similar problems, Win2k server, Win98 clients in this case. (Each having about 10-25 concurrent users)
What I did in my app was to open all frequently used tables in an invisible form using default data session and do not close them until the user exits from the app.
The initial startup will be slow but all subsequent screens will be lightning fast (<1 sec) as compared to opening tables (under private data session) each time a form is launched. I've encountered (under the old method) it could take almost 20 seconds for a screen to come up when there's more than 1 user. In these cases, the coverage profiler shows that the bottleneck is in the "use tablename" commands.
Now the users need only to wait a bit during system logon but subsequently everything is fast.
HTH
Yau
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform