Re: What is the difference between wait and sleep

2005-01-09 Thread $Bill Luebkert
Maxmelbin Neson (RBIN/EDM3) wrote: > Hi > > What is the difference between wait and sleep functions .. > > Does "wait" halts the execution of the next line of code until all other > child processes are completed …( does it wait until the previous line > has finished executing ?) Yes, wait waits

What is the difference between wait and sleep

2005-01-09 Thread Maxmelbin Neson (RBIN/EDM3)
Title: What is the difference between wait and sleep Hi What is the difference between wait and sleep functions .. Does "wait" halts the execution of the next line of code until all other child processes are completed …( does it wait until the previous line has finished executing ?) Than

RE: port number <---> process id, for nt,2000(pro)

2005-01-09 Thread John Serink
Go to www.sysinternals.com They have a utility that can help you on Win2K. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, January 10, 2005 11:40 AM > To: perl-win32-users@listserv.ActiveState.com > Cc: [EMAI

port number <---> process id, for nt,2000(pro)

2005-01-09 Thread mailware
hi all, how do i retrieve a port number a process uses from a pid or vice versa. This can be done in xp eg. $ret = Win32::IPHelper::AllocateAndGetTcpExTableFromStack([EMAIL PROTECTED],$bOrder); the above does not work in NT,2000 (pro). This is driving me crazyI cant find an api so i can ge

Re: Compile PDL module fails: makefile trouble?

2005-01-09 Thread Sisyphus
Robert Johnson wrote: I'm having a rough time installing stuff for Perl (win32). I think maybe my problems stem from my general cluelessness about makefiles. Trying to install PDL (http://pdl.perl.org/) perl makefile.PL seems to be ok, but dmake Fails with the following g++: pdlcore.o: No

RE: ExtUtils-F77 make test fails and dies: "-x" file test switch isbroken?

2005-01-09 Thread Robert Johnson
Earlier, I babbled: > I have an error in the "-x" file test option. Found while > building the ExtUtils F77.pm module. The result, for me, was > that the 'make test' failed and died because a routine didn't > recognize my fortran compiler as being executable Uh, never mind. Its not the "-x

ExtUtils-F77 make test fails and dies: "-x" file test switch is broken?

2005-01-09 Thread Robert Johnson
I have an error in the "-x" file test option. Found while building the ExtUtils F77.pm module. The result, for me, was that the 'make test' failed and died because a routine didn't recognize my fortran compiler as being executable (This module is a prereq for PDL) F77.pm line 160 $F77confi