Page 1 of 1

tracing increases data out

Posted: 20 Jan 2009, 14:28
by Poyz
For some reason using the trace() function server side increases the data out value seen in the admin tool

Try using setInterval with trace("hello") inside the callback and keep track with admin tool, then try again with no trace
:?:

Posted: 02 Feb 2009, 06:17
by Lapo
For some reason using the trace() function server side increases the data out value seen in the admin tool
Yes, it does because the data being traced has to be transmitted via socket to the Admin Tool, right? ;)