This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Calling RegisterServiceProcess from setsid ?


On Tue, Jun 03, 2003 at 09:44:20PM -0400, Pierre A. Humblet wrote:
>Corinna and all,
>
>What do you think of the idea of calling RegisterServiceProcess
>(a function specific to 9x) from setsid()?
>It has no effect (AFAIK) if the program isn't a service, and 
>setsid is the ideal spot where it should be called.
>The only "drawback" is that the service won't terminate at logout
>time, but I know of no service where that is desired.

I like the idea but the problem of not logging out wouldn't be in
the service case as much as the non-service case, would it?

I don't think it matters either way, though.  setsid does seem like
the best place for this.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]