mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 09:02:15 +01:00
gRPC is currently getting formatted with two different clang-format implementations, and due to some weirdness they have different include file orderings. This change introduces clang-format configuration to ensure that the two systems align - it's *highly* expected that this will need some maintenance going forward as the two systems evolve. Closes #40905 PiperOrigin-RevId: 819606209
gRPC systemd Socket Activation Example
This example shows how to use systemd's socket-based activation with gRPC.
Build and run the example
The simplest way to exercise this is via test.sh. It roughly does the following:
- Creates a systemd socket-activated service.
- Builds the gRPC client & server.
- Reloads the systemd daemon.
- Runs the gRPC client, which in turn runs the gRPC server.