I wrote tcl script as an glue between different apps which are computationally intensive.
When I run top
command I see that 2 cpu s are 100% utilized.
The one is for the tcl and the second is for the application I am running.
The question is: why the tcl is utilizing fully one of the processors when the binary application is heavily computationally?
Thx.