Skip to content
Advertisement

Tag: xml-rpc

Delegating single function to client server in python

I have a simple client-server program using the xml-rpc protocol. My code is presented below. But this does not work as I expect it to. Maybe someone knows why? In my module directed_graph there is function algorithm_dijkstra(vertex_name) that I want to execute on the server. Client: Server: Small clarification: In my module “directed_graph”, basically the functions that the client uses,

Advertisement