python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to measure RTT/latency through TCP clients (created in GoLang) from a TCP server created in GoLang?
so I am hosting a TCP server through GoLang and then I want to connect to my TCP server using multiple TCP clients and measure the RTT every time a new client is connected. I haven't found anything th...
zahid kamil
Votes: 0
Answers: 1
MongoDB is not scaling
I am building out some tools that require <1s response times and using Mongo (or SQL for that matter) will resolve that. I am pretty sure that I'll need to either use Redis or some in-memory data s...
joethemow
Votes: 0
Answers: 0
Is there any way to use FFMPEG expressions in bitstream filters options?
FFMPEG allows to set User Data Unregistered in SEI block with h264_metadata bitstream filter:
ffmpeg -i input/test.mp4 \
-bsf:v \
"h264_metadata=sei_user_data=c5bfd5ee-b...
antonm76
Votes: 0
Answers: 1
Google App Engine Latency skyrockets out of nowhere
Our development team is scratching our heads wondering why Google App Engine latency tends to go through the roof from time to time with very little predictability or warning. When latency jumps like...
MMK830028
Votes: 0
Answers: 1