Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <4208D121.3010502@x-ray.at> Date: Tue, 08 Feb 2005 15:48:01 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.7) Gecko/20040616 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: libwin32 AT perl DOT org Subject: Re: perl winpid? References: <42065552 DOT 4050504 AT x-ray DOT at> <42076A6C DOT 90404 AT x-ray DOT at> <20050208063131 DOT GA3096 AT efn DOT org> <42089E17 DOT 8070000 AT familiehaase DOT de> In-Reply-To: <42089E17.8070000@familiehaase.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Gerrit P. Haase schrieb: > Yitzchak Scott-Thoennes wrote: >> On Mon, Feb 07, 2005 at 02:17:32PM +0100, Reini Urban wrote: >>> Igor Pechtchanski schrieb: >>>> On Sun, 6 Feb 2005, Reini Urban wrote: >>>> >>>>> I feel quite stupid now, but found nothing simple. >>>>> How to get the winpid from the current process in cygwin's perl? > >>> We will check out there where this cygwin specific functionality >>> will go to. >>> Win32::Process::CygwinToWin32ProcessID() is my suggestion. > >> I'd rather see them in the Proc:: namespace, and I think it would make >> sense to put them in perl's cygwin.c itself, if Gerrit is willing to >> release yet another perl-5.8.6. If this sounds OK, I'll come up with >> a patch. > > I have no problem with another release. And I agree that such important > functions should go inside perl. Ok. Then we won't have to pollute the Win32::Process namespace with this cygwin-only functionality. And we don't have to wait for the still unmaintained libwin32 upstream. README.cygwin, cygwin/cygwin.c: =item cygwin32_winpid_to_pid($pid) Returns the windows process ID for the given cygwin pid. cygwin-only. =item cygwin32_pid_to_winpid($pid) Returns the cygwin process ID for the given windows pid. cygwin-only. Or as seperate Proc::Cygwin package, which could be maintained at CPAN and go to vendor_perl within gerrit's perl package? Proc::Cygwin::Win32ProcessID($pid) Proc::Cygwin::CygwinProcessID($winpid) -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- 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/