Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 10:07:13 +0000



Post From: SC multithreading model

[2017-04-10 11:00:13]
User12089 - Posts: 350
If a custom SC study has to perform time consuming operation like e.g. some sort of (network etc) I/O and hence not exit / return the control to SC for e.g. 1 sec or even 5 sec etc, would that slow down all other open charts run by SC where the study is not part of or it will affect only the speed of market data processing of the chart where the study is running

Said in a more general way - what is the overall multithreading model of SC - every chart runs on its own independent parallel thread of execution and hence the performance of custom studies there does not affect other charts?

By performance of study here I mean study busy with some sort of slow I/O - not study performing heavy duty computations which would have obvious impact on the CPU as a whole and hence all other charts, since the CPU is shared between all of them