stas        2002/07/13 23:48:08

  Modified:    src/docs/1.0/guide performance.pod
  Log:
  more clarifications regarding Apache::Recorder and HTTP::RecordedSession
  Submitted by: Chris Brooks <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.19      +7 -4      modperl-docs/src/docs/1.0/guide/performance.pod
  
  Index: performance.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/performance.pod,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- performance.pod   12 Jul 2002 09:45:10 -0000      1.18
  +++ performance.pod   14 Jul 2002 06:48:08 -0000      1.19
  @@ -466,11 +466,14 @@
   
   It's available from CPAN.
   
  -=item * C<HTTP::RecordedSession>
  +=item * C<Apache::Recorder> and C<HTTP::RecordedSession>
   
  -C<HTTP::RecordedSession> acts as an HTTP session "recorder". An user
  -service's usage session is recorded and then can be played back.
  -C<HTTP::Monkeywrench> and C<HTTP::WebTest> are currently supported.
  +C<Apache::Recorder> is a mod_perl handler that records an HTTP session
  +and stores it on the web server's file system.
  +C<HTTP::RecordedSession> reads the recorded session from the file
  +system, and formats it for playback using C<HTTP::WebTest> or
  +C<HTTP::Monkeywrench>.  This is useful when writing acceptance and
  +regression tests.
   
   It's available from CPAN.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to