Re: howto register process

2004-11-12 Thread Kamen TOMOV
On Fri, Nov 12 2004, Brian Dessent wrote: Kamen TOMOV wrote: The parent process is started as a windows server. Then it executes cygwin's fork. When I try to kill any of these with kill() it returns No such pid. Are you sure you're not confusing Cygwin PIDs with Win32 PIDs? In order

Re: howto register process

2004-11-12 Thread Kamen TOMOV
() function. The function special functionality to keep track of errors. It uses set_errno(). Regards, -- Kamen TOMOV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: howto register process

2004-11-12 Thread Kamen TOMOV
there but anyway... thank you very much! Regards, -- Kamen TOMOV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: howto register process

2004-11-12 Thread Kamen TOMOV
On Fri, Nov 12 2004, Christopher Faylor wrote: On Fri, Nov 12, 2004 at 05:29:45PM +0200, Kamen TOMOV wrote: That's a great idea. I'll stick with it and will rewrite the application to start the daemons from the cygwin's shell. That would make my life much easier because instead of rewriting

Re: howto register process

2004-11-12 Thread Kamen TOMOV
. Pierre Thanks for the suggestion. I'm still working on the issue. If I decide this is buggy behaviour I will report it as a problem. Regards. -- Kamen TOMOV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation

Re: howto register process

2004-11-12 Thread Kamen TOMOV
problem is that kill() does not work. Regards, -- Kamen TOMOV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

howto register process

2004-11-11 Thread Kamen TOMOV
, -- Kamen TOMOV UNIX Software Engineer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: howto register process

2004-11-11 Thread Kamen TOMOV
On Thu, Nov 11 2004, Dave Korn wrote: From: cygwin-owner On Behalf Of Kamen TOMOV Sent: 11 November 2004 11:01 To: cygwin Subject: howto register process Hi, I have an application that is created to work on Unix but it is supposed to run on Windows as well. The problem

Re: howto register process

2004-11-11 Thread Kamen TOMOV
On Thu, Nov 11 2004, Christopher Faylor wrote: On Thu, Nov 11, 2004 at 08:24:30PM +0200, Kamen TOMOV wrote: Thanks Dave. The thing is that the child processes get forked with a fork() invocation. What's more not only the child pids are invisible to cygwin, but also their parent is invisible