Message3868

Author jszakmeister
Recipients cheeming, jszakmeister
Date 2008-12-03.11:19:29
SpamBayes Score 0.0015699422
Marked as misclassified No
Message-id <1228303170.9.0.494882877663.issue1078@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the reason the 'pid' attribute isn't there is because it
isn't really accessible from Java.  We simply get a process object back
(which is stored in the 'process' attribute).  Looks like there's been a
couple of tickets regarding this for years now:
   http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4250622
  
http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=fc8c4da1d443b34328c733669efc4?bug_id=4244896

Maybe we can do this through jna instead?  That's probably just a
difficult due to the file streams.
History
Date User Action Args
2008-12-03 11:19:30jszakmeistersetmessageid: <1228303170.9.0.494882877663.issue1078@psf.upfronthosting.co.za>
2008-12-03 11:19:30jszakmeistersetrecipients: + jszakmeister, cheeming
2008-12-03 11:19:30jszakmeisterlinkissue1078 messages
2008-12-03 11:19:30jszakmeistercreate