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)
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.
Removed the commented out sections (needed to get rid of the ssl stuff anyway).
Keep-Alive example.
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 |