Skip to main content
120 votes
6 answers
105k views

I'm learning about Kafka, reading the introduction section here https://kafka.apache.org/documentation.html#introduction specifically the portion about Consumers. In the second to last paragraph in ...
almel's user avatar
  • 8,018
69 votes
5 answers
75k views

I'm using a Microsoft Azure Service Bus queue to process calculations and my program runs fine for a few hours but then I start to get this exception for every message that I process from then on. I ...
DarthVegan's user avatar
  • 1,269
23 votes
1 answer
8k views

I got confused about the two concepts: In-graph replication and Between-graph replication when reading the Replicated training in tensorflow's official How-to. It's said in above link that In-...
ROBOT AI's user avatar
  • 1,247
53 votes
15 answers
42k views

I am currently using memcached with my java app, and overall it's working great. The features of memcached that are most important to me are: it's fast, since reads and writes are in-memory and don't ...
Mike W's user avatar
  • 747
59 votes
3 answers
73k views

My web server would be overloaded quickly if all the work were done there. I'm going to stand up a second server behind it, to process data. What's the advantage of EJB over RMI, or vice versa? ...
43 votes
10 answers
51k views

I need a simple way to monitor multiple text log files distributed over a number of HP-UX servers. They are a mix of text and XML log files from several distributed legacy systems. Currently we just ...
Claes Mogren's user avatar
  • 2,156
11 votes
7 answers
5k views

while doing logs in the multiple module of vertx, it is a basic requirement that we should be able to correlate all the logs for a single request. as vertx being asynchronous what will be the best ...
Kishore Tulsiani's user avatar
12 votes
1 answer
11k views

I am new to distributed tensorflow. I found this distributed mnist test in here: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dist_test/python/mnist_replica.py But I don't ...
xyd's user avatar
  • 529
12 votes
2 answers
8k views

Why multi-paxos is called multi-paxos? I can't see how it is "multi".
onfire's user avatar
  • 295
85 votes
2 answers
24k views

I've been trying to implement and understand the working of IPFS and have a few things that aren't clear. Things I've tried: Implemented IPFS on my system and stored files on it. Even if I delete the ...
Aneesh Kumar's user avatar
  • 1,001
77 votes
7 answers
57k views

We are in need of a distributed architecture messaging system/service bus with the capability of Publish/Subscribe. Does anyone have any reccomendations for a framework that we can use for .net ...
Chris Kooken's user avatar
  • 34.1k
28 votes
5 answers
4k views

The best way to do it would be to get the representation of the function (if it can be recovered somehow). Binary serialization is preferred for efficiency reasons. I think there is a way to do it in ...
Boldizsár Németh's user avatar
28 votes
7 answers
8k views

I've a problem which is giving me some hard time trying to figure it out the ideal solution and, to better explain it, I'm going to expose my scenario here. I've a server that will receive orders ...
Alix Axel's user avatar
  • 155k
27 votes
3 answers
9k views

I've read Distributed Tensorflow Doc, and it mentions that in asynchronous training, each replica of the graph has an independent training loop that executes without coordination. From what I ...
Ruofan Kong's user avatar
  • 1,070
26 votes
8 answers
44k views

With the following file reading code: using (FileStream fileStream = new FileStream(fileName, FileMode.Open, FileAccess.Read, FileShare.None)) { using (TextReader tr = new StreamReader(fileStream)...
Iain's user avatar
  • 10.8k

15 30 50 per page
1
2 3 4 5
13