Moses DeJong wrote:
>Those are the only socket commands but sockets can be used in Tcl
>just like any other file with the puts and gets command. They can
>also be used by the fconfigure command and the fileevent commands
>but these do not really matter in Jacl because there is no
>implementation for fconfigure or fileevent and Java does not support
>non blocking IO so it is a mute point. What should work is implementing
>the socket command (client or server or both) and doing blocking IO
>calls with gets and puts.
Windows doesn't support non-blocking I/O very well either. The "right"
thing to do is have the channel driver for sockets be threaded and
effectivly implement non-blocking I/O. There are times when having
non-blocking
interfaces are very very nice.
Ray
____________________________________________________________
Ray Johnson
Engineering Manager tel: 650-210-0104
Scriptics Corporation email: [EMAIL PROTECTED]
The Tcl Platform Company
----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe: send mail to [EMAIL PROTECTED]
with the word SUBSCRIBE as the subject.
To unsubscribe: send mail to [EMAIL PROTECTED]
with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'.
A list archive is at: http://www.findmail.com/listsaver/tcldallas/