What I found out: It can read the whole textfile. It must be the output to the socket! I was reading about "blocking", "nonblocking", "vwait" and "Tcl_DoOneEvent"! Of course all my tests with this failed and I got even more confused about it!fconfigure $sock -translation binary -buffersize 1000000 -blocking 0
set filechan [open $servfile r]
while {![eof $filechan]} {
gets $filechan html
puts $sock $html
flush $sock
}
close $filechan
The Delay-Command (tcl_sleep) didn't work as well!
How can I solve this problem?

 ), because I think it might be helpful to some purposes! The special thing is, you can script your WebPages (In a way like PHP). A little example:
 ), because I think it might be helpful to some purposes! The special thing is, you can script your WebPages (In a way like PHP). A little example:
 i am still working on the http admin interface tho the webserver is function nal and supports gif jpg .. and so on maybe suggestion for ur next version
 i am still working on the http admin interface tho the webserver is function nal and supports gif jpg .. and so on maybe suggestion for ur next version