Skip to content

Distributed System refers to multi-thread, RPC, MOM technology and etc.

Notifications You must be signed in to change notification settings

baolintian/Distributed-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository aims at uploading some distributed technologies java code.

I also think it a very interesting process to finish these works.

The tasks are originated from the course I took in my university.

If you have any questions about it, feel free to contact me.

lab1

Using TCP and UDP protocol to finish the communication between different nodes.

We must use multi-thread technology and thread pool technology.

lab2

Using RMI technology to finish Remote Method Invocation.

That means I can use some functions on my own computer but the real process isn't running on my PC.

lab3

We have my clients and a server. The server firstly sends some messages, then the clients receive these messages and process it simultaneously.

There is a gif, but it's very big, so it can not show directely. YOU CAN ALSO SEE THE DEMO FROM THE BELOW LINK.

demo

lab4

This part refers to web service.

demo1

Finish task2 using WS. demo

demo2

query the weather

demo3

query the detail information about one's telephone

lab5

MapReduce coding under the architecture of HDFS

About

Distributed System refers to multi-thread, RPC, MOM technology and etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages