005

command module
v0.0.0-...-425d60b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: BSD-3-Clause Imports: 17 Imported by: 0

README

005

Reuse HTTP connections.

https://blog.cubieserver.de/2022/http-connection-reuse-in-go-clients/

To run:

go get
go run backend.go

in another terminal:

go run server.go

in another terminal:

go run client.go

Results:

glenn@hulk:~/udp/005$ go run client.go
starting 1000 clients
sent delta 95851, received delta 1401
sent delta 95510, received delta 1445
sent delta 95254, received delta 1419
sent delta 95256, received delta 1423
sent delta 94706, received delta 1469
sent delta 95750, received delta 1342
sent delta 94960, received delta 1433
sent delta 94764, received delta 1418
^C
received shutdown signal
shutting down
done.

Better...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL