Click here to Skip to main content
15,885,662 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 

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.