Login Page - Create Account

Support Board


Date/Time: Fri, 20 Sep 2024 07:38:24 +0000



Post From: http request/response

[2014-09-23 23:12:27]
onnb - Posts: 662
following up on this and trying to troubleshoot something.

I am having an issue at the point where user changes symbol causing a chart refresh. I am seeing inconsistency with the HTTPResponse which puzzles. I am not sure if its a caching issue or a synch issue.

In my case, I have UpdateAlways = 1 so its called periodically. The problem I have only happens when I change symbol so my question is in general, a study function is not re-entrent meaning that access to the study is synchronized so only one thread can execute at a time - correct?

When I see print outs in the message log window, these print outs are serial and all from the same thread so I can know that they are printed in the order they happened - right?