The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
AJ Heller dbcb09d3d4
[Example] Move systemd socket activation example (#33221)
2 years ago
..
BUILD [Example] Move systemd socket activation example (#33221) 2 years ago
README.md [Example] Move systemd socket activation example (#33221) 2 years ago
client.cc [Example] Move systemd socket activation example (#33221) 2 years ago
server.cc [Example] Move systemd socket activation example (#33221) 2 years ago
test.sh [Example] Move systemd socket activation example (#33221) 2 years ago

README.md

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.