| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
03 Sep 2006 08:55:39
0.03
|
sat  |
Remove devel/p5-Linux-Pid. It was a p5-Apache-SizeLimit dep, but now that
the latter has been removed, it's time to remove this port, too. Moreover,
a thourough look revealed that Linux::Pid has actually never been invoked
from Apache::SizeLimit. |
07 Aug 2006 12:25:58
0.03
|
sat  |
- Require perl from ports
Reported by: pointyhat via kris |
04 Aug 2006 19:30:37
0.03
|
sat  |
- Fix build by depending on p5-Inline
Reported by: pointyhat via erwin |
01 Aug 2006 20:12:19
0.03
|
sat  |
Add port devel/p5-Linux-Pid:
Why should one use a module to get the PID and the PPID of a process
where there are the $$ variable and the getppid() builtin? (Not
mentioning the equivalent POSIX::getpid() and POSIX::getppid()
functions.)
In fact, this is useful on Linux, with multithreaded programs. Linux'
C library, using the linux thread model, returns different values of
the PID and the PPID from different threads. (Other thread models such
as NPTL don't have the same behaviour). This module forces perl to
call the underlying C functions getpid() and getppid().
WWW: http://search.cpan.org/dist/Linux-Pid/ |