Click here to Skip to main content
15,867,949 members
Everything / Distributed

Distributed

distributed

Great Reads

by Patrick P. Frey
Article about implications of scalability requirements on full-text search engines and how Strus meets these requirements.
by Jay Kang
Introduction to a new approach to distribution
by Vladimir Dorokhov
Design and development simple analytics system using Lambda Architecture principles and Microsoft Azure cloud
by sun.shuo@aliyun.com
Lock-free programming for micro-service splitting

Latest Articles

by Sam B. Brown
Interference open cluster is a simple Java framework that enables you to run a distributed database service within your Java application
by Jason Sultana
In this post, you will see why Threadsafe is not enough
by sun.shuo@aliyun.com
Lock-free programming for micro-service splitting
by sun.shuo@aliyun.com
This is an introduction to Distributed System Design - 1. Splitting in Microservice Architecture

All Articles

Sort by Score

Distributed 

20 Oct 2017 by Patrick P. Frey
Article about implications of scalability requirements on full-text search engines and how Strus meets these requirements.
5 Apr 2018 by Jay Kang
Introduction to a new approach to distribution
23 Mar 2017 by Vladimir Dorokhov
Design and development simple analytics system using Lambda Architecture principles and Microsoft Azure cloud
8 Aug 2019 by sun.shuo@aliyun.com
Lock-free programming for micro-service splitting
5 Oct 2015 by dan!sh
I think you should hire someone who knows how to create this application. If you are not aware of legalities, make sure you get some consultation on that too.
10 Dec 2016 by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS
7 Feb 2017 by discompsys
An easy way to allow local objects with direct access to invoke methods on a class, but prevent them from being part of the public API, for remote invocation.
27 Nov 2017 by Kenneth Haugland
In the header, you ask about matrix multiplication, while in the question you ask about transposing a matrix. Transposing a matrix is just to switch the rows and columns: TransposeA[i][j]=A[j][i] Matrix multiplication is a bit more cumbersome as you need to make sure that the columns in the...
16 Apr 2019 by Dan Ionescu (USINESOFT)
LINQ extensions that allow to describe and to safely query cached data
15 Jun 2019 by sun.shuo@aliyun.com
Introduction to Distributed System Design - 4. Quantitative Analysis of Distributed Software
7 Oct 2021 by Sam B. Brown
Interference open cluster is a simple Java framework that enables you to run a distributed database service within your Java application
6 Jun 2015 by Member 11747313
I'm trying to get my head around this.I have an application composed of one Server(basically a N tier console application with TCP socket programming in C#), one MSSQL database and several clients.Now the problem is thousands of clients is connecting to this server at the same time and...
19 Aug 2015 by Member 3393148
I want to know, Which is the best distributed cache technique for 64 bit win 2012 server
3 Jan 2016 by Sachin Makwana
I am working on a project in which i need to consolidate 2 or more decision tree generated by J48 algorithm.full scenario is as follows:- My work is in distributed data mining.- Students educational record is being used for evolution purpose.- there are 4 server and 4...
7 Apr 2016 by NileshKRathod
We have a MVC 4.0 Application with SQL Server 2012 Database in back-end. Now the records increasing and our client want us to implement and integrate Distributed search in our system. We don't have any experience in distributed search technology. We have expertise in ASP.NET, MVC, ENTITY...
14 Oct 2016 by suraty
Hello,I study Horizontal Fragmentation in distributed data bases. I see phrase simple predicates.Given R(A1, A2, .., An), a simple predicate pj is defined as “pj: Ai θ value”, where θ є {=, , ≥, ≠} and value є Di, where Di is the domain of Ai.–Examples:PNAME =...
27 Nov 2017 by Lilyanaa
I find what I need from Stack Overflow and now I have a question,what is the benefit of this function static void transpose_matrix() { int i, j; for(i = 0; i
30 Nov 2017 by Lilyanaa
I'm trying to create a simple Matrix Multiplication program with MPI ,the idea of this code is split the first matrix (a) by row and the second matrix(b)by column and send these rows and columns to all processors ,the program must be (first matrix split by rows * second matrix split by columns)...
30 Nov 2017 by Kenneth Haugland
This seems wrong to me: for(i = 0; i
24 Jul 2019 by sun.shuo@aliyun.com
This is an introduction to Distributed System Design - 1. Splitting in Microservice Architecture
8 Dec 2016 by urigg123
Describes how to design a lock like mechanism in a distributed solution to allow exclusive access or leader election to one of the server components.
21 May 2019 by sun.shuo@aliyun.com
Introduction to Distributed System Design - 2. Practice of Splitting in Microservice Architecture
14 Apr 2018 by Andy Galluzzi
Join me to create the most advanced yet most simple to use full duplex MMF based IPC for Windows
25 Apr 2019 by sun.shuo@aliyun.com
Distributed method of web services
7 Apr 2016 by Passion4Code
If I am anticipating correct regarding your issue of performance.You need to do the Profiling first and check for the methods responding slow. 1.Profile the queries2.Check the Estimated Execution Plan for the queries3.Check for the Indexes, if not added add them.4.Go for a performance...
6 Apr 2021 by Jason Sultana
In this post, you will see why Threadsafe is not enough
20 Jun 2019 by sun.shuo@aliyun.com
This is a introduction to Distributed System Design - Overview of Distributed Engineering
5 Oct 2015 by Member 12035306
Hi there, my name is Robby and I am working on a particular business model for music distribution and I would like to know where to focus my attention for the coding part. I am open to all your comments, suggestions, questions. Thank you for helping me out. Yes, I am a total newbie to...
5 Oct 2015 by Sergey Alexandrovich Kryukov
The question makes too little sense to discuss it seriously, but I'll try to give a hint. Solution 1 makes sense. Here is the idea: you gave us next to zero information on what you want to achieve, but even now it doesn't look a very simple problem. Therefore, it can be solved only by a more or...
20 Jun 2015 by Member 11779668
How do I setup a virtual distributed environment of 5-6 machines in a single personal computer?