rpyc Questions

2

Solved

Here is the thing, I have a proxy holding the reference to a remote module, and I put some of these proxies to the sys.modules such that I can use it just like local modules. But some other objects...
Vasilek asked 25/4, 2016 at 8:38

0

I'm following rpyc tutorials on this page but get EOFError when run this code bgsrv = rpyc.BgServingThread(conn) #creates a bg thread to process incoming events I've searched a lot but didn't fi...
Raina asked 14/9, 2015 at 18:45

2

Solved

I am trying to use the multiprocessing package within an rpyc service, but get ValueError: pickling is disabled when I try to call the exposed function from the client. I understand that the multip...
Brumby asked 13/11, 2014 at 0:6

1

Solved

I'm working on a program in python using rpyc. My goal is to create a simple server that accepts bytes of data (String) from a client. I'm new both to python and rpyc. Here is my server.py code: f...
Ether asked 14/11, 2014 at 13:7

2

Solved

I am looking for a remote procedure call engine for Python and I've found that PyRo (Python Remote Object) and RPyC (Remote Python Call) are both the kind of thing I am searching for. However, I a...
Mesonephros asked 11/9, 2009 at 11:20
1

© 2022 - 2024 — McMap. All rights reserved.