CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    37

    daemon COM possible?

    I talk about only local server COM, which is EXE.
    It starts as a process when a client's request occur.
    and destroyed when all clients' request have done.

    I want make a COM which is able to be alive even if all clients have done as a "DAEMON".
    The COM must be started and ended by explicit order.
    Is it possible?

    A programmer who loves Goethe.

  2. #2
    Join Date
    Apr 1999
    Posts
    5

    Re: daemon COM possible?

    If I understand correctly you have an outof process COM server. Create this as an NT service. You can startup and shut this server down explictly.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured