[EMAIL PROTECTED] wrote:
stas 2003/08/26 16:28:04
Modified: lib/ModPerl TestRun.pm Added: t/modules proxy.t t/response/TestModules proxy.pm Log: new test: converting a normal request to a proxy request - requires to bump up the number of maxclients to 2
this is a pretty big deal, as mod_perl tests have always run against a single available server. are we sure that this isn't going to be problematic on some platforms (namely win32, as usual :)? though I guess from the docs MaxClients is meaningless to that mpm.
Not really, all tests designed to hit the same perl interpreter are using the special API (grep for 'same_interp'). If you know of tests that must be fixed, let me know.
This change is needed for more upcoming tests. I'm planning to add SSL tests and proxying over ssl, which will require more than one server instance.
it also probably warrants something in Changes.
not really, IMHO, this changes nothing in the mod_perl functionality. Changes file is there to tell the important changes significant to users, not internal changes and tweaks that don't affect them.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
