Re: Nasty problem with background fcopy from socket to stdout



Bruce Hartweg wrote:

proc done {conn db bytes {e {}}} {
global ${db}_done
if {$bytes == < 100 ||
^^^^^^^^^^^^^^
I'm not sure about any I/O errors but this expression isn't correct
are you sure that this isn't the issue?

Thanks, I fixed that now, but that is not the problem -- the "done"
procedure is never invoked, because fcopy's setup fails...

-mi
.