"push often to avoid huge performance issues"
Posted: 20 Mar 2010, 23:05
In the Ranch example next to the Reset button is this text:
"push often to avoid huge performance issues"
All this button does is reset the text area (remove the text of the logger)
Also in the code you can find this comment at initialization (when also the textarea is being cleared):
ta_logger.text = "" // Reset textarea to avoid huge performance problems!
Why would logging some text generate "huge" performance issues?
What limits are we talking about here?
(after a few hundreds of logging lines or after several millions? When testing with one client connected or with several hundreds?)
Thanks
"push often to avoid huge performance issues"
All this button does is reset the text area (remove the text of the logger)
Also in the code you can find this comment at initialization (when also the textarea is being cleared):
ta_logger.text = "" // Reset textarea to avoid huge performance problems!
Why would logging some text generate "huge" performance issues?
What limits are we talking about here?
(after a few hundreds of logging lines or after several millions? When testing with one client connected or with several hundreds?)
Thanks