42 releases (1 stable)

new 1.0.0 Apr 16, 2024
1.0.0-rc.1 Mar 19, 2024
0.15.19 Jan 25, 2024
0.15.18 Dec 13, 2023
0.2.0 Apr 20, 2017

#56 in Network programming

Download history 12/week @ 2024-01-20 1/week @ 2024-01-27 1/week @ 2024-02-03 24/week @ 2024-02-17 61/week @ 2024-02-24 2/week @ 2024-03-02 17/week @ 2024-03-09 145/week @ 2024-03-16 475/week @ 2024-03-23 85/week @ 2024-03-30 25/week @ 2024-04-06

733 downloads per month

AGPL-3.0

1.5MB
33K SLoC

sozu, a HTTP proxy

This project wraps the sozu_lib library to make it scalable and dynamically configured. Each single threaded event loop is started in a worker process that receives configuration commands through anonymous unix sockets.

This executable requires a configuration file in the TOML format, that describes the worker types and numbers, along with global information. This file can describe clusters handled by the proxy, but it is more recommended to use the command unix socket, through which the proxy listens for orders or configuration changes. The path of that unix socket is set in the configuration file.

Command socket message format

The proxy receives orders through a unix socket. The path to this unix socket can be defined by the command_socket option in the TOML configuration file.

The messages are sent as binary, using protobuf, separated by the 0 byte.

Their format is defined in ../command/command.proto. Additionally, the provides the necessary channels to communicate with the command socket.

Dependencies

~23–38MB
~720K SLoC