On Tue, 3 Apr 2012, Emrah Samdan wrote:
I am running my own C program which uses libgretl. The thing that I
see in
task manager is that program in this way.
OK. If you call a libgretl function, in general it's not going to
fork off another process (graphing via gnuplot is the only exception
that I can think of). If it returns, it's done, and libgretl should
be consuming 0 CPU cycles.
Therefore, I think I'd have to see your C code to be able to offer
any advice.
Allin Cottrell