Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Threads In VFP
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00676043
Message ID:
00676198
Views:
19
Aashish,

Sometimes you just need to convince the client that they are an idiot, in the nicest possible way. *s*

Querying the database once a second to find the number of users attached, isn't going to do anything but slow down the performance of the backend. So if they are trying to turn Oracle into a VFP server

Multithreading VFP isn't going to help all that much in this case anyway. VFP is just sitting there waiting for the return of the SQL call you made to the backend. You should use an Asynchronous connection if you want to let the machine multitask better. But there is quite a bit more work involved with trying to deal with an Asynchronous connection and frankly I'd say it's not worth the effort.

>That's what exactly i did but the client need to refresh every second and hence gave him the second option i.e. All new EXE for his work.
df (was a 10 time MVP)

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

Click here to load this message in the networking platform