Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multitasking from VFP
Message
From
15/07/2004 14:24:28
 
 
To
15/07/2004 13:54:54
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00924617
Message ID:
00924840
Views:
26
A DLL run in the same process than the host. That mean that it share the same thread and the same memory space than the host. It is faster than an EXE, but it can crash the host if it goes bezerk.

A EXE run in it's own process. It have it's own thread and memory space. It can run on the same computer than the host or can be executed on a remote machine.

Because a EXE have it's own thread, you need that option to simulate a new thread in your application.

Hope that I cleared things up a bit.

>I really do not know enough to knowwhether I should go with EXE vs. DLL. When I built the com app, I read some stuff in VFP help but never really understood fully.
>
>Although I am reluctant to change, can you tell me something that would make me feel it would be just as well to be an EXE vs DLL?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform