文件名称:teleprox:通过TCP的简单python对象代理
文件大小:42KB
文件格式:ZIP
更新时间:2024-04-28 02:43:11
Python
Teleprox:基于TCP的简单python对象代理 无需声明; 就像访问本地对象一样访问远程对象。 需要 Python3 pyzmq 消息包 例子 from teleprox import ProcessSpawner # start a new process proc = ProcessSpawner () # import os in the remote process remote_os = proc . client . _import ( 'os' ) # call os.getpid() in the remote process pid = remote_os . getpid () # or, call getpid asynchronously and wait for the result: request = remote_os . getpid ( _s
【文件预览】:
teleprox-main
----LICENSE(1KB)
----teleprox()
--------server.py(18KB)
--------qt_server.py(3KB)
--------log()
--------qt_poll_thread.py(3KB)
--------processspawner.py(8KB)
--------bootstrap.py(2KB)
--------tests()
--------timer.py(3KB)
--------client.py(24KB)
--------__init__.py(369B)
--------proxy.py(19KB)
--------serializer.py(9KB)
----setup.py(431B)
----.gitignore(47B)
----README.md(950B)