F2x.runtime.daemon module

class F2x.runtime.daemon.F2xClient(host, port)

Bases: object

invoke(args)
class F2x.runtime.daemon.F2xDaemon(addr, port, num_procs)

Bases: object

serve()
class F2x.runtime.daemon.SocketStream(sock, mode)

Bases: socket.SocketIO

write(data)

Write the given bytes or bytearray object b to the socket and return the number of bytes written. This can be less than len(b) if not all data could be written. If the socket is non-blocking and no bytes could be written None is returned.

F2x.runtime.daemon.main()