Creatng 100% separate process from Parent
- From: "Hector Santos" <nospamhere@xxxxxxxxxxxxxx>
- Date: Fri, 25 Nov 2005 18:18:10 -0500
I'm trying to create a process that is independent of the parent with
CreateProcess().
By independent, when using Process Explorer from sysinternals.com, I don't
want the spawned process to be a "child" under the parent process.
I tried various CreateProcess flags, include CREATE_NEW_PROCESS_GROUP.
When run separately (manually), of course, Process Explorer shows it as a
independent process (as part of the EXPLORER.EXE process).
The reason I want this is because the main process is traditionally an
independent RPC server process and the second RPC client process (a
configuration tool) is typically just run from the start menu.
I added a "Run Configuration" to the server process tray menu and I don't
want any hidden new unforeseen issues by given the user a "convenience" menu
option.
Thanks in advance
---
Hector Santos
.
- Follow-Ups:
- Re: Creatng 100% separate process from Parent
- From: Arnaud Debaene
- Re: Creatng 100% separate process from Parent
- From: James Brown
- Re: Creatng 100% separate process from Parent
- From: Gareth Haslip
- Re: Creatng 100% separate process from Parent
- Prev by Date: Re: Hook api problems
- Next by Date: Re: Creatng 100% separate process from Parent
- Previous by thread: How can I get the logon script to be executed while having a custom GINA replacement? [updated]
- Next by thread: Re: Creatng 100% separate process from Parent
- Index(es):
Relevant Pages
|
Loading