Re: Tcl UDP Server vs Python UDP server, not good.... ... Also changing the server reply to a puts to stdio, seems to suggest that the call-back sendTime is being invoked twice for each message received from client. ... proc sendTime {sock} { ...set peer [fconfigure $sock -peer] ... (comp.lang.tcl)
using ipfw seems to interfere with socket communication ... After I added the following rules to my ipfw configuration:...ipfw pipe 1 config bw 2000000000Mbit/s ...set sock "" ...fconfigure $sock -blocking 0 ... (freebsd-net)
Re: Who maintains Tclhttpd? ...puts $sock $message... Log $sock LostSocket $data$err... It sounds like the fconfigure probably is right. ... (comp.lang.tcl)
Re: channels and null end of messages ...proc blow {sock line} ... I keep a string buffer for the channel (omitting timeout... set fblock [fconfigure $sock -blocking] ... (comp.lang.tcl)