You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/06/02 05:40:44 UTC

cvs commit: modperl-docs/src/docs/2.0/os/win32 config.pod

stas        2002/06/01 20:40:44

  Modified:    src/docs/2.0/os/win32 config.pod
  Log:
  PerlOptions +GlobalRequest is the default for perl-script handler
  
  Revision  Changes    Path
  1.3       +10 -16    modperl-docs/src/docs/2.0/os/win32/config.pod
  
  Index: config.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/os/win32/config.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.pod	31 May 2002 02:47:01 -0000	1.2
  +++ config.pod	2 Jun 2002 03:40:44 -0000	1.3
  @@ -83,27 +83,21 @@
   
      http://localhost/perl/name_of_script
   
  -The C<PerlOptions +ParseHeaders> directive is needed when
  -the script sends the header (in mod_perl-1, this was given
  -as C<PerlSendHeader ON)>. Note that if you use the C<CGI.pm>
  -module in your script, then the directive
  +The C<PerlOptions +ParseHeaders> directive is needed when the script
  +sends the header (in mod_perl-1, this was given as C<PerlSendHeader
  +ON)>.
   
  -     PerlOptions +GlobalRequest
  -
  -should be added within the relevant C<Location> block. 
  -
  -As an illustration of how mod_perl-2 addresses the issues
  -raised in the discussion of issues in
  -L<multithread win32|docs::1.0::os::win32::multithread>
  -concerning the threading limitations
  -of mod_perl-1 on Win32, consider the C<printenv> script above
  -with the C<sleep(10)> line uncommented. Using the Apache
  +As an illustration of how mod_perl-2 addresses the issues raised in
  +the discussion of issues in L<multithread
  +win32|docs::1.0::os::win32::multithread> concerning the threading
  +limitations of mod_perl-1 on Win32, consider the C<printenv> script
  +above with the C<sleep(10)> line uncommented. Using the Apache
   benchmarking tool C<ab> of the Apache-2 Win32 distribution:
   
      C:\Apache2\bin> ab -n 5 -c 5 http://localhost/perl/printenv
   
  -to make 5 concurrent requests, we find the following results.
  -For mod_perl-1/Apache-1:
  +to make 5 concurrent requests, we find the following results.  For
  +mod_perl-1/Apache-1:
   
     Server Software:        Apache/1.3.23
     Concurrency Level:      5
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org