Well, let me restate: it's not that you lose it when the instance dies
(which you say doesn't happen much) but simply it's not available after you
close the console, which you would do after ending it. So really what it is
is that you don't seem to need the data after that point, and fair enough.

I will note as well that often the console has a limit of how many lines it
will hold, so sometimes you won't be able even to page up in the console to
be able to see what may have happened even seconds ago if something suddenly
sends a flood of data to the console (like a lot of errors or a thread
dump). Of course, the console history size is configurable (at least in
Windows), so you may be able to get it to hold more. Anyway, I just may want
it to review after the fact, which is why I don't want to lose it.

Again, I'm not at all debating what you (Cam) are doing. Of course not, and
I trust you know that. Just clarifying for others and offering these
additional thoughts for them as they may contemplate this debate of whether
to start instances from the command line or not (in development).

/charlie


> -----Original Message-----
> From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron
> Childress
> Sent: Wednesday, December 09, 2009 10:18 AM
> To: discussion@acfug.org
> Subject: Re: [ACFUG Discuss] ColdFusion debugging info
> 
> On Wed, Dec 9, 2009 at 9:59 AM, Charlie Arehart <char...@carehart.org>
> wrote:
> > I don't like that when the instance
> > dies, all the info that went to the console is lost.
> 
> I guess that just doesn't happen to me much.  ;)
> 
> Another thing I didn't mention is that if you do choose to output all
> the Flex Remoting data to the console, it can hold up your Remoting
> responsiveness a bit.  If you are pushing alot of data through
> Remoting or doing any form of performance analysis, don't output that
> stuff to the screen.  I can say from experience that you never want to
> leave it open on the console in production...
> 
> -Cameron
> 
> --
> Cameron Childress
> Sumo Consulting Inc
> http://www.sumoc.com
> ---
> cell:  678.637.5072
> aim:   cameroncf
> email: camer...@gmail.com
> 
> 
> -------------------------------------------------------------
> To unsubscribe from this list, manage your profile @
> http://www.acfug.org?fa=login.edituserform
> 
> For more info, see http://www.acfug.org/mailinglists
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
> List hosted by http://www.fusionlink.com
> -------------------------------------------------------------
> 
> 




-------------------------------------------------------------
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to