Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 337 Bytes

File metadata and controls

15 lines (11 loc) · 337 Bytes

Parallel_Distributed-GenericServer

Gen_server based parallel distributed server for function execution. - 3 parallel server with load balance

Compilation

$ c(servers_supervisor). $ c(function_server). $ c(loadBalance).

Start system

$ loadBalance:startServers().

Stop system

$ loadBalance:stopServers().