Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 508 Bytes

File metadata and controls

22 lines (11 loc) · 508 Bytes

basic_python_client-server

a basic client-server exercise as prelimibary for an interview

usage

on a linux machine with python 3, use "make" to generate the pymathfun library from the "mathfun.c" file

start server.py, then client.py, on the same machine

you can write commands on the client command invite

commands

send X

schedules the computation of fibo(x) by the server.

list

return the list of all computations done by the server, their status, and when applicable, the result