[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1134: with-input-from-pipe should be rewritten s
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1134: with-input-from-pipe should be rewritten so it does not block |
Date: |
Fri, 01 May 2015 07:45:14 -0000 |
#1134: with-input-from-pipe should be rewritten so it does not block
--------------------------------+-------------------------------------------
Reporter: ckeen | Owner:
Type: enhancement | Status: new
Priority: not urgent at all | Milestone: someday
Component: core libraries | Version: 4.9.x
Resolution: | Keywords: posix with-input-from-pipe
pclose block threads
--------------------------------+-------------------------------------------
Comment(by evhan):
It looks like in order to do this we'd have to reimplement these
procedures in terms of {{{##sys#process}}} or some other variant of
pipe/fork/exec, as AFAIK there's no way to poll for exit with just a file
handle. But, if it'll take a rewrite anyway, these might be good
candidates for eggification. sjamaan, the posix unit is your bugbear -- do
you have an opinion?
--
Ticket URL: <http://bugs.call-cc.org/ticket/1134#comment:1>
CHICKEN Scheme <http://www.call-with-current-continuation.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Chicken-janitors] #1134: with-input-from-pipe should be rewritten so it does not block,
Chicken Trac <=