PS. The moving gif's make it very hard to read.
A persistent key-value server in 40 lines and a sad fact (2014)
21–30 of 36 posts
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#22Earlier quoted context omitted.
Don't look at the "moving gif's" (sic.). Then it will be easier to read.
Except that's now how human visual perception works. Movement is distracting and one of the main reason people hate banner ads (which historically have been extremely attention grabbing, occasionally resorting to strobing for maximum attention). Our brains are geared for paying attention to things that move, especially things that move irregularly (like poorly looped gifs).
It helps noticing prey when hunting or predators when being hunted. It does not help when trying to read some text.
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#23PS. The moving gif's make it very hard to read.
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#24But what is it? The author doesn't bother to describe problem definition and context.
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#25Earlier quoted context omitted.
Don't know your "real" world. In my real world, the AWS instance takes several minutes to come up - I can spare some milliseconds on thr JVM startup.
In my real world the containers we spin up come up in seconds, but container restart is far more rare than restarting services.
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#26Earlier quoted context omitted.
Startup time in a server is a non-issue... Those processes keep running the whole time.
Yeah, and memory is infinite, and all disks are free, and the computing fairies make all the processors super fast. But back in the real world, startup time is a valid concern.
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#27But what is it? The author doesn't bother to describe problem definition and context.
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#28Earlier quoted context omitted.
Yeah, and memory is infinite, and all disks are free, and the computing fairies make all the processors super fast. But back in the real world, startup time is a valid concern.
What are you doing that you frequently starts / shuts down an application to the order where 70ms is a problem?
Re: A persistent key-value server in 40 lines and a sad fact (2014)
#29Earlier quoted context omitted.
Startup time in a server is a non-issue... Those processes keep running the whole time.
Yeah, and memory is infinite, and all disks are free, and the computing fairies make all the processors super fast. But back in the real world, startup time is a valid concern.