[Openmcl-devel] Named Processes
Gary Byers
gb at clozure.com
Wed Nov 20 09:20:11 PST 2002
On Wed, 20 Nov 2002, Marco Antoniotti wrote:
>
> Yep. I use that. However, my process seem to block saying
>
> ;;
> ;; Process <name> needs access to terminal input.
> ;;
>
The assumption is that only one thread should be trying to read from
the "terminal input stream" at any given time. The initial process
"owns" terminal input originally; the process which owns terminal
input can yield ownership to some requesting process.
There's a (hopefully sensible) explanation of this in the documentation;
see "ccl:doc;HTML;background-terminal-input.html".
> How do I suppress this behavior? I tried
>
> (process-run-function <name> '(:input nil) #'procfun)
>
> to no avail.
>
> Would this be the correct way to produce that effect?
>
> Cheers
>
>
> --
> Marco Antoniotti ========================================================
> NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
> 715 Broadway 10th Floor fax +1 - 212 - 995 4122
> New York, NY 10003, USA http://bioinformatics.cat.nyu.edu
> "Hello New York! We'll do what we can!"
> Bill Murray in `Ghostbusters'.
>
>
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list