From: Eric Hodel Date: 2009-03-25T03:37:53+09:00 Subject: Re: get process id by using it's name. On Mar 24, 2009, at 04:50, Jun Young Kim wrote: > I know the sysproc library supports very good interface for this > kinds of jobs. > > but, sysproc doesn't support aix platforms. > > $> rake test > (in /home/jykim/sys-proctable-0.8.0) > checking for rb_pid_t in ruby.h... yes > This platform not currently supported. Exiting... > ..... > > I need pure ruby lang based libraries or all platforms ported > things :) Since you seem to have access to an aix machine, I'm pretty sure it'll be easy to add aix support. I doubt the calls needed are much different than the other unix-based machines.