25 Sep 17:06
TIP #332: Half-Close for Bidirectional Channels
From: Alexandre Ferrieux <alexandre.ferrieux@...>
Subject: TIP #332: Half-Close for Bidirectional Channels
Newsgroups: gmane.comp.lang.tcl.core
Date: 2008-09-25 15:07:46 GMT
Subject: TIP #332: Half-Close for Bidirectional Channels
Newsgroups: gmane.comp.lang.tcl.core
Date: 2008-09-25 15:07:46 GMT
TIP #332: HALF-CLOSE FOR BIDIRECTIONAL CHANNELS ================================================= Version: $Revision: 1.1 $ Author: Alexandre Ferrieux <alexandre.ferrieux_at_gmail.com> State: Draft Type: Project Tcl-Version: 8.6 Vote: Pending Created: Thursday, 25 September 2008 URL: http://purl.org/tcl/tip/332.html WebEdit: http://purl.org/tcl/tip/edit/332 Post-History: Obsoletes: TIP #301 ------------------------------------------------------------------------- ABSTRACT ========== This TIP proposes to extend the *close*/*chan close* commands to let them perform an unidirectional "half-close" on bidirectional channels. BACKGROUND ============ Bidirectional channels (sockets and command pipelines) allow Tcl to make an efficient use of a "filter process", by exchanging data back and forth over an abstract "single" channel.(Continue reading)
RSS Feed