Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh My Memory
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00109874
Message ID:
00110083
Views:
47
>Roxanne,
>
>In-Proc vs Out-of-proc is really only significant in terms of how things get loaded into Windows memory and what the server has available to it. In-proc (DLL) runs inside the address space of the client app. Out-of-proc (EXE) is a separate exe running on the machine with it's own address space and event queue. It doesn't really have too much bearing on exactly how you split your whole app into server and client modules. Either an EXE or a DLL would have the same amount of reuseability for you.

Oh. Ok, I think I get it now. But tell me this, how do you decide whether it is best to do something In Proc. or Out-of-Proc.? Would that decision be based on how much memory resources the client app is already using or something else?
Roxanne M. Seibert
Independent Consultant, VFP MCP

Code Monkey Like Fritos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform