help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [ANN] OSProcess


From: Gwenaël Casaccio
Subject: [Help-smalltalk] [ANN] OSProcess
Date: Wed, 29 Feb 2012 19:00:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

Hi,

I just want to say there is a little support for os processes
manipulation; you can create a new one (by forking) and send
a signal to it.

  ThisOSProcess uniqueInstance fork.

or:

process := ThisOSProcess uniqueInstance forkAndDo: [ 'I am the forked process' printNl ].
  process sigKill :)

May be some rlimits functions could be added (like the Ruby implementation).
This is under MIT feel free to fork it and play with it :)

The github repository : https://github.com/MrGwen/gst-osprocess

Cheers,
Gwen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]