Thespian icon indicating copy to clipboard operation
Thespian copied to clipboard

Python Actor concurrency library

Results 19 Thespian issues
Sort by recently updated
recently updated
newest added

multiprocTCPBase and multiprocUDPBase fail in the same way on a Mac tracked it down to `multiprocessCommon::_startAdmin` where the response after starting the admin comes back null ``` ... self.transport.connectEndpoint(endpointPrep) response...

On MacOS using thespian 3.10.7, the multiprocTCPBase actor system configuration does not work. The exception is as follows: ``` Python 3.10.9 (v3.10.9:1dd9be6584, Dec 6 2022, 14:37:36) [Clang 13.0.0 (clang-1300.0.29.30)] on...

Hi, I'm looking to implement a simple OpenTelemetry (OT) instrumentation to have distributed tracing between my actors (the goal is to find out where are the performances issues I have...

Hi again. Sorry to keep posting new issues for you. ## Environment Tested on Debian 10 (buster) with an ARM Cortex A8 (1 core) Also tested on an Ubuntu 20.04...

Similar to #28 I found that on Mac OSX (not tested on Windows), when I disconnect from the network (not internet, but local network) I receive the following error: ```...

# Code Below is example code which has reproduced this issue for me. ### Project structure ```markdown . ├── app │ ├── __init__.py │ ├── parent.py │ └── child.py ├──...

What features are needed to make Thespian more resilient to individual node loss? I see that https://github.com/thespianpy/Thespian/issues/21 is still open, 3.5 years later - is PySyncObj, as suggested in https://github.com/thespianpy/Thespian/issues/20...

hi, i hope you do not mind this type of task, collecting all my questions in one thread ---- 1. What is the preferable way of enforcing actor system that...

hi, during my personal work i prepared some example project that uses Thespian and has following features: - cluster of 2 nodes: leader and worker - nodes are separated docker...

It'd be great to have a typeshed stub for enhanced build-time correctness validation with mypy, pyre-check, and the like.

enhancement