Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Nov : Service Application using BPL
| Subject: | Service Application using BPL |
| Posted by: | "Johann Campbell" (johann_dot_campbell@no_spam.com) |
| Date: | Wed, 14 Nov 2007 00:45:16 |
Does anyone know of any issues that might arise out of using a Service
Application that is built with run time packages and loads different
packages based on TCP/IP commands sent to it? I am trying to make a modular
applciation that has a user aspect and a service aspect that both share a
common server package. The service will load the server when started and
keep it running, while the user aspect can configure the server if
necessary. Would I run into problems using this approach? I have searched
and could not find anybody that wrote on this yet.
Thanks,
Johann