How do I write TCL program to take advantage of multi CPU server. By default my program works on single CPU.
I have 4 CPU machine and when I run the TCL program the CPU usage goes to 25% at max at any point of time.
Any tips on how to write multi cpu programs.
rgds,
Manish
hi,
i think there is some problem with opening and closing of files thru TCL on MS windows operating system.
my program read as follows
set fp [open c:/temp/xyz.txt w+]
puts $fp "fdf dfdfd fdfdf"
close $fp
Now when i try to delete the c:/temp directory. Windows says that Access...
scan command does not read more than 20 fields. Does any one know about he workaround to this problem
my scan commnad looks like this.
scan $line {%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,],%[^,]}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.