Re: howto register process

2004-11-12 Thread Kamen TOMOV
winpid_to_pid is that I am experimenting. The real 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/

Re: howto register process

2004-11-12 Thread Kamen TOMOV
ate Global Name > privilege. > > 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: ht

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

Re: howto register process

2004-11-12 Thread Kamen TOMOV
ble (although I do not know if that is possible) they would be instantly available. It was strange to me that fork do not make them appear there but anyway... thank you very much! Regards, -- Kamen TOMOV -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: howto register process

2004-11-12 Thread Kamen TOMOV
nything in > kill, kill0, or kill_worker, that would have that effect, though as > always with C++, an awful lot of the detail can be hidden inside > implied constructors or overloaded operators. Are you _quite_ sure > you're calling cygwin's kill? I meant to say that kill.e

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: 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

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

howto register process

2004-11-11 Thread Kamen TOMOV
. Regards, -- 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/