These concurrency primitives are built-in in Golang. Might be useful in such cases.
@thatzachary11 ай бұрын
This is really helpful with a problem im facing at work rn. thanks for the video.
@studiowebselect11 ай бұрын
wow, its exactly what i need to develop tomorow. Calling a nodejs services and its tread lock because of computation. But awaiting for each response is not as fast as calling 5 at time.
@Aaronmoreno11 ай бұрын
Great video. Also that shirt is 🔥
@nicolasgomez52076 ай бұрын
wouldn't manual batching here work similarly?
@touchgrassw10 ай бұрын
How to verification on narrow one
@wcmolina11 ай бұрын
That's awesome! I wonder what was your thought process in determining that 6 was the ideal number for you, was it a trial and error kinda thing?
@TaiGroot11 ай бұрын
probably trial and error, but 6 or 7 makes sense for an 8 core machine, you need a main thread worker and then potentially a scheduler, it was probably a toss-up between 6 and 7
@amitkrgupta0943 ай бұрын
It's a limit set by the Browser so it does not end up DDOSING the server it's sending request to. basically there is limit threshold set on HTTP layer on how many Client-server connection can run concurrently.
@dealloc2 ай бұрын
@@amitkrgupta094 Completely not related to this video and also completely false. There were no HTTP requests made, it was executing ffmpeg locally. HTTP does not have a limit on how many connections can run concurrently. Browsers determine their own limits both per FQDN and overall. This is purely to avoid congestion on your local computer and network, not to prevent DDoS. It's up to the web host to handle connections to prevent DDoS.
@touchgrassw10 ай бұрын
Man there is a website narrow one on which we can be verified but only by javascript if u can teach me please bro its my dream if u will help me it will really help
@YuriiKratser11 ай бұрын
You are rock
@VanderleiRobertoMoretto11 ай бұрын
Dude, I don't know if you know, but the standard for screens nowadays is something close to 16:9! And most people watch this type of video on cell phones with compromised resolution! Here's a tip!