PRB: Visual FoxPro In-Process Servers Do Not Run Concurrently (191967)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q191967 SYMPTOMS
When a Visual FoxPro 6.0 Component Object Model (COM) component (DLL) is
accessed by multiple threads (or processes, if the Visual FoxPro component
is part of a Microsoft Transaction Server package), if one thread calls a
method on the component while another thread is already executing a method,
the new method call will not begin executing until the existing method call
has finished.
CAUSE
In the object implementation in Visual FoxPro, entry into the run-time is
blocked while another object is in execution.
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 8/6/1999 |
---|
Keywords: | kbprb KB191967 |
---|
|