Alessio Coltellacci

Results 54 comments of Alessio Coltellacci

## [Haproxy Load balancing policies](https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#4-balance) ### roundrobin Each server is used in turns, according to their weights. This algorithm is dynamic, which means that server weights may be adjusted on...

I'll take this one. To begin with, I'll implement the load balacing algorithms: - round robin - static round robin - leastconns I started by watching how Haproxy implement them....

> The load balancing strategy is defined per application, so the list of backends probably won't be very large, and the list of backends for an application does not change...

We should take a look at the load balancing features made by Linkerd: https://linkerd.io/1/features/load-balancing/

I started to make the benchmark infrastructure based on `docker` with `docker-compose`. The purpose is to make the benchmarks easy to reproduce for any one. Link to the repository: [proxy-benchmarks](https://github.com/sozu-proxy/proxy-benchmarks)...

@gjaegle We already have one under [hub.docker.com](https://hub.docker.com/r/clevercloud/sozu/). But we have some trouble with #470. I'll try to fix that as quickly as possible.

Hi @h0nzZik , when I try to run the docker command: `sudo ./scripts/docker-build`, it fails with this error: ``` Sending build context to Docker daemon 527.7MB Step 1/14 : FROM...

Can you provide a little description of how your grid algorithm work (In comments in the code is enough) ? I think that can be useful for new contributors.

Hi everyone, I am also highly interested in this feature. In my case, I am working on the reconstruction of proofs obligation generated by the SMT veriT in LambdaPi (maybe...

Hi :smile: We need this feature for [sozu #240](https://github.com/sozu-proxy/sozu/issues/240) to handle configuration versioning. I'd like to implement it. I saw that someone (#973) started working on it but abandoned it....