Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Daniel Berger
RE: Why does sys-proctool invoke a C compiler [ reply ]  
2007-07-14 06:23
I'm guessing you meant "sys-proctable". It depends on the platform. On MS Windows it _is_ pure Ruby. Other platforms store binary data in /proc, or may not have /proc mounted in the first place.

The only platform where I _could_ have used pure Ruby but chose C was Linux. I did that for speed. We needed it for an app for work, and speed was a factor.

Is the fact that it's in C an issue?

By: Brian Gupta
Why does sys-proctool invoke a C compiler? [ reply ]  
2007-04-13 14:32
Is there any way to rewrite it in pure ruby?