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)
Can Rendezvous hashing add a node efficiently?
The wikipedia article for Rendezvous hashing (https://en.wikipedia.org/wiki/Rendezvous_hashing) doesn't explain what happens when you add a node to the hash table. The way I understand it, if you add ...
A Parikh
Votes: 0
Answers: 1
Distributed build systems BuildXL vs IncrediBuild
BuildXL vs IncrediBuild.
Could someone clearly explain the difference between the two options for building code distributable on Windows? Is it either/or sort or they can stack up to be are complement...
kitten_woof
Votes: 0
Answers: 1
Is it worth to have multi instances on same machine for scaling system to handle more request
As I mentioned in the title, if I want to scale the system to handle more requests, then the created instances should be in different servers. is it right?. for example in tomcat in the context of spr...
stae ghis
Votes: 0
Answers: 1
TensorFlow ParameterServerStrategy() not working for multi-gpu training
I'm following the tutorials on tensorflow 2.4.0: https://tensorflow.google.cn/tutorials/distribute/parameter_server_training
here is my code:
# Parameter Server Training:https://tensorflow.google....
Biu
Votes: 0
Answers: 0