Logging does work in 1.01, but the thing the manual doesn't tell you, is
that for performance reasons, Spectra stores up the log information, and
only writes it out the the file after a certain amount of time.
Unfortunatly, I too spent a great deal of time wondering why it wasn't
working, until I ripped apart the code.

The problem with logging out to a database is the network traffic.  I
configure logging to log out to the file, and only have one report with a
process handler, that copies the logging data over to a database table.  All
the other process handlers create thier reports from this table, making the
process handlers easier to code, and faster, since you can use the DB engine
to the hard work.

     << David Maddison >>
          wildfusion
-- The Spectra Specialists --

W: http://www.wildfusion.com
E: [EMAIL PROTECTED]
M: +44 (7747) 024455
YahooIM: maddisondavid


>>  -----Original Message-----
>>  From: Richard Ragan [mailto:[EMAIL PROTECTED]]
>>  Sent: 14 March 2001 15:08
>>  To: Spectra-Talk
>>  Subject: Re: Logging in Spectra (or not) - second posting
>>  
>>  
>>  I can't speak to logging in 1.5 or the reports but in 1.01
>>  logging and reporting really did not work well as far as
>>  I was ever able to tell.
>>  
>>  We are doing logging directly in our view method to
>>  a RDMS for hit counting, not using Spectra logging.
>>  Probably just a prejudice arising from the troubles
>>  I saw in 1.01.
>>  
>>  All other logging for Spectra users has been via
>>  Webtrends on projects I have worked on.
>>  
>>  Rich
>>  
>>  ----- Original Message -----
>>  From: Nancy Leiby <[EMAIL PROTECTED]>
>>  To: Spectra-Talk <[EMAIL PROTECTED]>
>>  Sent: Wednesday, March 14, 2001 6:19 AM
>>  Subject: RE: Logging in Spectra (or not) - second posting
>>  
>>  
>>  > I submitted the following posting last week and have not had any
>>  > response.  Are people not using the Spectra logging 
>>  capability?  If so,
>>  > why not?  If you are, what are you doing with it, etc. 
>>  (see below).
>>  >
>>  > TIA
>>  >
>>  > Regards,
>>  >
>>  > Nancy
>>  >
>>  > >  -----Original Message-----
>>  > > From: Nancy Leiby
>>  > > Sent: Thursday, March 08, 2001 11:54 AM
>>  > > To: Spectra-Talk
>>  > > Subject: Logging in Spectra (or not)
>>  > >
>>  > > We are looking at logging access to objects on pages 
>>  through Spectra
>>  > > on a site that supports multiple language news 
>>  articles.  We have a
>>  > > series of questions:
>>  > >
>>  > > 1. What kind of performance hit do you get by doing object level
>>  > > logging for specific pages through Spectra?
>>  > > 2. Are the standard Spectra reports reasonable or will 
>>  we have to
>>  > > write one from scratch to get anything usable on the 
>>  object access?
>>  > > 3. Are there any gotcha's or things to make sure you do 
>>  or don't do?
>>  > > 4. Has anyone used another method other than Spectra to do their
>>  > > logging?  Why did you not use Spectra and how did you do it?
>>  > > 5. Has anyone done any other logging of other types of 
>>  statistics
>>  > > outside of Spectra for a Spectra site?  What did you 
>>  use and what
>>  > > statistics did you collect?
>>  > >
>>  > > I realize that some of the questions are fairly broad, 
>>  but we would
>>  > > appreciate any info you all can give us.
>>  > >
>>  > > Thanks.
>>  > >
>>  > > Regards,
>>  > >
>>  > > Nancy
>>  > >
>>  > >   Nancy Leiby
>>  > >     Web Application Consultant
>>  > >     Syntegra (USA) Inc
>>  > >     1803 Research Blvd, Suite 500
>>  > >     Rockville, MD 20850, (301) 738-5536
>>  > >
>>  > >
>>  >
>>  >
>>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to