[armedbear-devel] [PATCH] SYS:GETPID

Mark Evenson evenson at panix.com
Wed Mar 3 16:02:04 UTC 2010


On Mar 3, 2010, at 11:23 AM, Tobias C. ] wrote:

> 
> The following patch adds SYS:GETPID which works by making the abcl
> wrapper shell script store the current PID as a system property.

[I explained this in #abcl as well, but putting on the mailing list for posterity]

We have multiple entry points for ABCL other than the wrapper script, such as "java -jar abcl.jar", using ABCL embedded in another application, using ABCL in Google App Engine, all of which for the missing system property "pid" would be confusing. The "correct" implementation strategy is to implement the GETPID behavior that I wrote for swank-abcl.lisp as a Java primitive for ABCL.  Which I take as a TODO item when I find the time. 

[…]

--
"A screaming comes across the sky.  It has happened before, but there is nothing to compare to it now."








More information about the armedbear-devel mailing list