i hav been doing a project on operating systems in python and am getting
stuck repeatedly. My project is basically to make a system monitor in
distributed systems.
the architecture of my code is as follows:
it is a three level system, consisting of servers, clients and coordinator
the way this must function is this:
a coordinator is set up which handles requests. it will connect to servers
and clients. then it'll fetch data from servers. the data will be the
number of clients it is connected to and the free space it has.
according to this data, it'll transfer the incoming clients to the servers
so that none gets overloaded.
and then there will be file transfer from servers to clients and vice-versa
if someone can plz give me a code with connectivity between the servers
clients and coordinator so that i can make a system monitor on it, or any
idea as to how i can do it within 2-3 days will be highly obliged
thnx fr help