Subject Re: [IB-Architect] Synchronisation between classic architecture server processes
Author Ann Harrison
From: "Jan Mikkelsen" <janm@...>


>However, you said that the classic server is "90% shared library, but they
>do require a process context". It sounds like a classic server is some
>code to talk a
>protocol over a virtual circuit and translate those into calls into a shared
>library which does the real work. So, there should be nothing stopping an
>application from linking directly with that shared library. If so, that's
>great!

If you want to run your application on the server system, yes, you
can link with the classic shared library. At that point, everything
is in your process.

Ann