[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

how to remove ipc resources.

? ??

1/2/2009 7:26:00 AM

[Note: parts of this message were removed to make it a legal post.]

Hi,

In my ruby script, currently, programs calls shell script by using
system() function calling ipcrm.

Is there any idea to do this job as a natural way(not system, with
ruby own function) ?