[ANN] OSProcess

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ANN] OSProcess

MrGwen
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

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk