Skip to content

A project in java with Server and Clients. Server uses his clients to calculate the 'Pi'.

Notifications You must be signed in to change notification settings

poimenidis/ServerClient_Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ServerClient_Pi

A project in java with Server and Clients. Server uses his clients to calculate the 'Pi'.

At length, server wants as many clients as the cores of its pc is. (For example if the server runs from a pc with 4 cores, it will want 4 clients) After that, every Client splits its job at some threads (with the same technique server does) and returns back to server its part for pi calculation. The server after getting all the parts of 'Pi', it sum them all and gets the number of 'Pi'!!

About

A project in java with Server and Clients. Server uses his clients to calculate the 'Pi'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages