Re: Nasty problem with background fcopy from socket to stdout
- From: Mikhail Teterin <usenet@xxxxxxxxxxxxxxxxx>
- Date: Mon, 17 Jul 2006 14:07:03 -0400
I can confirm, that the problem is with stdout. fcopy-ing to a regular file
succeeds as expected. The following works:
set o [open /var/tmp/dmp w]
#set o [open /dev/stdout w]
fconfigure $o -encoding binary -translation binary
fcopy $sock $o -command [list done $conn $db $o]
But using stdout, or even explicitly re-opening /dev/stdout fails with an
empty error message from deep inside fcopy...
-mi
.
- References:
- Nasty problem with background fcopy from socket to stdout
- From: Mikhail Teterin
- Nasty problem with background fcopy from socket to stdout
- Prev by Date: Re: New list commands ... What do you think ?
- Next by Date: Re: Writing C extensions for Tcl
- Previous by thread: Re: Nasty problem with background fcopy from socket to stdout
- Next by thread: Windows screen saver and toplevel -use option
- Index(es):
Relevant Pages
|