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
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to