Forum Replies Created
-
AuthorPosts
-
Seems that it’s broken in Delphi (11) too as I’m having a similar issue.
Did you have any further thoughts on this please ?
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 ? 🙂
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.
Hi Ray
Thanks. That makes sense as I was terminating CS from the Task Manager to test some specific code.
David
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) ?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
-
AuthorPosts