/[Apache-SVN]
ViewVC logotype

Revision 647747


Jump to revision: Previous Next
Author: wrowe
Date: Mon Apr 14 12:14:03 2008 UTC (16 years, 1 month ago)
Changed paths: 9
Log Message:
  Implement a random substitution feature; requires a requesttemplate, 
  one or more substitution variables of the form ${varname) in the 
  requesttemplate and a substitution file formatted with one value 
  per newline delimited line (more than one variable per URL permitted).  
  The variables and files are referred to as subst variables and subst 
  files.  Each time the URL is sent the subst variable is replaced with 
  one line randomly selected from the subst file.  Any part of the 
  requesttemplate can be randomly substituted, protocol, host, port, etc.  
  
  The algorithm tries to make the creation time of the substitution 
  independent of the size of the subst file.  The randomness of the 
  selection can be adversely impacted if the sizes of the different 
  entries in the subst file vary considerably.

Submitted by: Guy Ferraiolo <guyf cnet.com>



Changed paths

Path Details
Directoryhttpd/test/trunk/flood/CHANGES modified , text changed
Directoryhttpd/test/trunk/flood/Makefile.in modified , text changed
Directoryhttpd/test/trunk/flood/config.h.in modified , text changed
Directoryhttpd/test/trunk/flood/examples/flood.dtd modified , text changed
Directoryhttpd/test/trunk/flood/examples/subprojects added
Directoryhttpd/test/trunk/flood/examples/subst-example.xml added
Directoryhttpd/test/trunk/flood/flood_round_robin.c modified , text changed
Directoryhttpd/test/trunk/flood/flood_subst_file.c added
Directoryhttpd/test/trunk/flood/flood_subst_file.h added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26