Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How instances of VFP affect each other
Message
From
08/11/2007 14:23:10
 
 
To
08/11/2007 08:41:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01267569
Message ID:
01267744
Views:
10
>Hi All,
>
>I have 2 EXEs in the same folder. I start one which communicates over the internet to a back-end server to retrieve data. The other exe displays that data. They both use the same set of VFP9 dll files.
>
>If the program that does the internet comms gets hung up waiting for some comms issue then its title bar can show the usual "Not responding" suffix. Thats ok. The problem is that this affects the second exe file which also becomes unresponsive. Why? Is it because they share the same set of VFP dll files? Would making each exe use its own set of VFP dll files resolve this?

How does the 2nd EXE display the data? More specifically, how does it update its display? Does the 2nd one rely on something (say, a table) that the first one may have locked while it's waiting/hung? Does the 2nd one go into any sort of tight loop, repeated timer calls that aren't completing etc.?

Two separate EXEs should not affect each other. If they do, there's some shared resource that's being locked, blocked or otherwise hogged by one, and that's affecting the other.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform