boranby
boranby
## Subject I have a system setup where listening the UDP stream from one port and send/recv TCP from the other port of my NIC. All of the parts are...
## Subject running with: `LD_PRELOAD=libvma.so VMA_SPEC=latency VMA_INTERNAL_THREAD_AFFINITY=2 ./app` However, VMA internal thread run on the same core with the application. I tried to use bit-mask approach to set the affinity...
## Client PubSub ## Environment Redhat Enterprise Linux (no container) ## Code and Dependencies ```go package main func main() { // ... client, err := pubsub.NewClient(ctx, projectID) // ... t...