protoactor-python icon indicating copy to clipboard operation
protoactor-python copied to clipboard

Proto Actor - Ultra fast distributed actors

Results 6 protoactor-python issues
Sort by recently updated
recently updated
newest added

Hi Guys, I read about proto.actor the past few days, and I want to give a second life to the python implementation. Do you see any problem if I start...

OS = Windows 10 Shell = PowerShell Python = 3.8 Version = current master HEAD: 94bb4220bbef7a7cee50f6829fcf4d4362e487c6 While installing the library into a virtualenv I encountered the following error: ``` PS...

OS = Windows 10 Shell = PowerShell Python = 3.8 Version = current master HEAD: 94bb4220bbef7a7cee50f6829fcf4d4362e487c6 While installing the library into a virtualenv I encountered the following error: ``` PS...

Python provide several queues implementation as queue, asyncio.queue and multiprocessing.queue. Due Python features we will provide several dispatcher which one may be more appropriate than the other depending on the...

While running a different process the function passed to the child process and all the objects it needs to execute must be pickle. Because of this the current implementation doesn't...