Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh My Memory
Message
From
19/06/1998 18:20:26
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00109874
Message ID:
00110104
Views:
39
David,

There seems to be more to this issue than what you relate. As I have understood things, I could quite straightforwardly make a "2-tier" app. with both in VFP using In-Proc Server for second tier, having the same scheme on multiple machines.
However, if I wanted to try to change that the an Out-Proc server, I understand that things would bog down real fast.

Have I misunderstood something?

Regards,

Jim N

>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.
>
>>So ok, I'm rethinking a piece of my VFP data warehouse application that I've been designing & planning forever. I was trying to formulate a question to hit my mentor with, which brought me here to make sure I knew what I was talking about (In Process vs. Out of Process).
Previous
Reply
Map
View

Click here to load this message in the networking platform