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

Re: [plt-scheme] 200alpha19



At 22 May 2002 13:29:37 +0100, Paulo J. Matos wrote:
> Indeed, the function is new... How would you kill a subproccess
> in earlier versions?

I'm not sure I understand the question. I added `subprocess-kill'
because there wasn't a portable way of killing OS-level processes
before (although something like
   (system (format "kill -9 ~a" (subprocess-pid sp)))
would usually work in Unix).

Matthew