[gambit-list] Deadlock problem

Matthew Morgan matthewdust at gmail.com
Wed Aug 10 19:19:34 EDT 2005


On 8/10/05, Marc Feeley wrote:
> I/O is buffered, so you need to force the output to be sent to the
> vector-port (and available to be read).

Ah, I see.  So I could either call force-output for every write or
create an unbuffered vector port with (open-vector (list
output-buffering: #f)).

Thanks!
- Matt
-- 
http://www.matthewmorgan.net/blog



More information about the Gambit-list mailing list