At Fri, 18 Mar 2011 13:40:02 +0200, "Jukka Tuominen" wrote:
> (define loop
>   (lambda ()
>        (set! thread:child (thread (lambda () (system "gracket -f
> \""...rlt\""))))
>        (sleep 30)
>        (kill-thread thread:child)
>        (loop)))
> 
> 
> But, eventhough the racket process ends as expected, the OS process still
> stays alive.
> 
> Is there a way to kill the OS process as well?

See `current-subprocess-custodian-mode'.
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to