ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  More CPU needed
Posted by Babak on Dec-16-2016 21:20
Dear Petter

I use chartdirection in linux service but when i monitor resource it only use 1 core-cpu
How can i force it use more resource because i generating more than 5000 gantt per executing .

Best Regards
Babak

  Re: More CPU needed
Posted by Peter Kwan on Dec-16-2016 23:36
Hi Babak,

If it is using one CPU core, is it possible that your program uses only a single thread? If you would like to use multiple CPU cores, you can always write a multi-threading program. ChartDirector is thread safe, and you can always create multiple charts concurrently in separate threads.

Regards
Peter Kwan