OpenBSD Acquires IP Load Balancing
xarc writes "OpenBSD 3.2-current has acquired IP load balancing support via its packet filter, PF. This is a great step for those of us who prefer OpenBSD, but are dependent on other OSes and software (such as Linux's Linux Virtual Server) to provide similar functionality."
did you even read the link you posted? this is a far cry from load balancing.
hang on, where's the obligitory " BSD is dead" post?, if its dead, how come stuff like this is getting released, it looks like bsd is focusing on its niche market, servers, i'd say load balancing is quite important there..
dybia felly dwi a hampster (i think therefore i am a hampster)
They didn't copy the code from ipfilter. It supports much more than just plain round-robin.
Addresses can be allocated in a number of ways:
- masking out the network portion of the address and replacing it
- randomly assigning an address in the block
- hashing the source address and a key to determine the redirection address
- iterating through the addresses sequentially (this is the only allocation scheme which works when a list of addresses is specified)
It also supports load balancing on route-to, dup-to and reply-to. Again something that ipfilter doesn't.
This is good on Theo's & OpenBSD's part to have load balancing in the codebase, this should fill a niche in the server market, and maybe catch OpenBSD up to Linux a tad more.
;)
Give them credit, they have one of the most mature and stable OS'es out there. And Theo is sure smart.
Oh, yeah and the best thing. It's Canadian
Free means no restrictions, ironic the FSF's GPL forces restrictions, isn't it? What's your definition of free?