https://issues.apache.org/bugzilla/show_bug.cgi?id=48841

Daniel Ruggeri <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Daniel Ruggeri <[email protected]> 2010-04-05 20:56:17 
UTC ---
Cameron;
   I am attaching a patch to do this. This will add the functionality you
describe to the balancer manager and to the initial configuration. Please apply
the patch if you can and let me know how you get on.

Devs;
   I used a constant called PROXY_WORKER_NOLBFACTOR in mod_proxy.h and changed
the atoi call during configuration to strtol since atoi. I did this because the
atoi call returns 0 both during error situations and when the proper value to
return is 0. Also, the existing checks had to be refactored a little since (at
least on the SUN c compiler) an uninitialized integer is the same as `0'. Aside
from that, only the bybusiness algorithm had to be modified to avoid a divide
by zero error.

I welcome your comments.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to