Comments by "Winnetou17" (@Winnetou17) on "That's It, I'm Done With Serverless*" video.
-
10
-
8
-
@Firestar-rm8df Ok, I've been a bit of an ass, true.
On the multi vs single threaded part, Redis can handle quite some requests, though, of course it does have a limit. And for using something like a Threadripper, you can use multiple instances. Might not be something very easy to do, if you already have an app, or have very specific data requirements, but in most cases this can be used, so you can have both blazingly fast™ response times and lots of users/data.
Still memcached clearly has its place, if I'm not mistaken it can easily scale to be used on multiple servers at once, as a big pool of TB of RAM if you needed (and not in the sense of individual servers that are copies of a main server, neither manual sharding as I suggested with Redis)
2
-
1