<div dir="ltr">thanks Lukas, nice PR, I'll give it a try, hope it will make it into OTP, eventually<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 15, 2020 at 10:16 AM Lukas Larsson <<a href="mailto:lukas@erlang.org" target="_blank">lukas@erlang.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jun 12, 2020 at 11:07 PM Peti Gömöri <<a href="mailto:gomoripeti@gmail.com" target="_blank">gomoripeti@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div></div></blockquote><div> </div><div>Hello,</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div>I noticed that dbg suspends the traced process, when it receives a function-called trace from it.</div><div><a href="https://github.com/erlang/otp/blob/master/lib/runtime_tools/src/dbg.erl#L875" target="_blank">https://github.com/erlang/otp/blob/master/lib/runtime_tools/src/dbg.erl#L875</a></div><div><br></div><div>I kind of feel what could have been the original intent behind this, but isn't this something, similar to sender punishment for long message queues, that was more relevant in non-SMP mode, and could be removed?<br></div><div>Even so, as it only happens for "trace" messages, and not when timestamp is enabled ("trace_ts"), which sounds like an accidental asymmetry.</div><div><br></div><div>I am curious what are the details and history behind this selective suspend?</div></div></blockquote><div><br></div><div>I don't remember exactly why, but I do believe that you are correct that is a mechanism that is no longer useful when running in an SMP system. In fact, this pr <a href="https://github.com/erlang/otp/pull/2475" target="_blank">https://github.com/erlang/otp/pull/2475</a>, which I worked on a while ago, removes that backpressure mechanism and instead uses the logger_olp module. </div><div><br></div><div>Lukas</div></div></div>
</blockquote></div>