Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
promote flood to released products
flood is independent of framework, mod_specweb etc
property cleanup
Fix some issues in example config files: * round-robin-dynamic.xml -- apachelabs.org is down (disabled), added simple example. * round-robin-keepalive.xml -- added baseurl, fixed URL (Apache 2.0 doesn't have 'by type' modules index). * round-robin-ssl.xml -- mozilla-crypto site is down (disabled).
update example config files
Here comes the DTD (along with some minor fixes)
This is probably not a very nice url to have in our example...
This hasn't worked for awhile now. I finally figured out that it was a simple syntax snafu -- wow we could really use some better error messages (not to mention a syntax checking XML parser *grin*)
The seed used in the PRNG can now be set in a tag, so tests based on random values can be reproduced. The tag is <seed> and is a toplevel tag (ie under <flood>.. just go look at the examples) This patch changes more stuff in autoconf files, so rerun buildconf, ok?
This is an atypically large patch. I got half way into fixing the profile_events API to work with keepalive when I realized that these event "groups" should be off in their own files. So: - Updated the profile_events_t struct to handle sockets in an abstractable way. They now have a lifetime and their behaviour can be overriden in this manner. - Regrouped the events in the profile_events to make more sense. This stuff should probable be split up into the groups (where a "group" is a bunch of event functions that need to all be overriden at once to provide some new functionality). Currently the groups are: profile, sockets, reporting, verification. - Moved the three implementations that we currently have for the socket events group each into their own files. The current flavors are: generic, ssl, and keepalive. - Updated the various examples to work with the new events.
Add the create_req hook (now required). Cleanup the round-robin-example.xml comments.
This is a bunch of example flood config files. round-robin-example.xml - an attempt to show you what flood does. round-robin-ssl.xml - an attempt to show you how SSL works with flood.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |