David Rose

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: TraceMethod not working as expected #4068
    David Rose
    Participant

      It’s odd. In the large project I was having the issue, it goes wrong in one method, but not in several others.

      Just in case it helps, my codesite messages were in methods in objects called from the method being traced.

      I’ll try and reproduce in a  test project.

      in reply to: TraceMethod not working as expected #4064
      David Rose
      Participant

        Seems that it’s broken in Delphi (11) too as I’m having a similar issue.

        in reply to: Logging to File failing #4062
        David Rose
        Participant

          Did you have any further thoughts on this please ?

          in reply to: TimeStamp wrong #4057
          David Rose
          Participant

            Hi Ray

            Thanks for the explanation. Makes perfect sense.
            The clock will show the wrong time for a second or two, but I guess it syncs with an NTP server somewhere so corrects itself swiftly.

            CodeSite 6 ? 🙂

            in reply to: Logging to File failing #4053
            David Rose
            Participant

              Hi Ray

              Oddly this morning I took a look and the CSL file was 28GB (and growing !!)

              I’ll send you the log file now.

              in reply to: Transporter for …. warning #3794
              David Rose
              Participant

                Hi Ray

                Thanks. That makes sense as I was terminating CS from the Task Manager to test some specific code.

                David

                in reply to: Does the Dispatcher SEND or POST TCP messages ? #2466
                David Rose
                Participant

                  This is very odd.

                  I thought I’d do some experiments this morning by sending a 10000 messages in a controlled environment e.g

                  for I := 0 to 10000 do
                  codesite.send(csmYellow,’Counter’,i);

                  and surprisingly, sending via TCP is actually twice as fast as sending via CopyData.

                  So now I’m confused. In my production code, running without Codesite is 10x faster as running with it BUT I also get the speed improvement if I run with CodeSite but simply set the Live viewer to Block Messages.
                  I wonder whether simply updating the screen on the Live viewer could be slowing down my machine, such that the main code is affected (this is testing on a low performance machine and about 40,000 messages in the live viewer) ?

                  in reply to: Missing Variants #2450
                  David Rose
                  Participant

                    Thanks Ray

                    Is there likely to be another release of CS5 before then ? If not, then I’ll edit my local source (don’t want to do that if it’s going to get overwritten in the future)

                    Cheers

                    David

                  Viewing 8 posts - 1 through 8 (of 8 total)