Groups
Groups
Sign in
Groups
Groups
thespian.py
Conversations
About
Send feedback
Help
thespian.py
Contact owners and managers
1–30 of 129
Welcome to the mailing list for the Thespian python library! Thespian can be found at
http://thespianpy.com
, along with documentation and additional information.
Please join in the discussion and help us develop Thespian and make it even better.
Mark all as read
Report group
0 selected
Grzegorz Banasiak
,
Kevin Quick
6
Feb 23
new Thespian release
The switch to 4.0.0 worked well in our cloud-based environments, but we ran into https://github.com/
unread,
new Thespian release
The switch to 4.0.0 worked well in our cloud-based environments, but we ran into https://github.com/
Feb 23
Scott Persinger
,
Kevin Quick
4
Feb 8
Excited for the new release, but seeing some hangs
Ok after reboot, and then setting THESPIAN_BASE_IPADDR=127.0.0.1 (agentic) (base) scottp@MacBook-Air
unread,
Excited for the new release, but seeing some hangs
Ok after reboot, and then setting THESPIAN_BASE_IPADDR=127.0.0.1 (agentic) (base) scottp@MacBook-Air
Feb 8
Wolfgang Funk
,
Kevin Quick
4
2/14/24
multiprocTCPBase on Windows 10
Hi Wolfgang, Thanks for the note about the mis-spelled windows function call. I've fixed and
unread,
multiprocTCPBase on Windows 10
Hi Wolfgang, Thanks for the note about the mis-spelled windows function call. I've fixed and
2/14/24
Anh Tran
,
Kevin Quick
3
4/5/23
multiprocTCPBase/multiprocUDPBase stuck while multiprocQueueBase runs correctly
Following up with the conclusion for the group: the multiprocTCPBase works fine for Anh's needs.
unread,
multiprocTCPBase/multiprocUDPBase stuck while multiprocQueueBase runs correctly
Following up with the conclusion for the group: the multiprocTCPBase works fine for Anh's needs.
4/5/23
Torsten Hencke
,
Kevin Quick
5
1/24/23
New Process doesn't find the current ActorSystem
The combination of your issue 1 and issue 2 make it sound like you have either (a) an unresponsive
unread,
New Process doesn't find the current ActorSystem
The combination of your issue 1 and issue 2 make it sound like you have either (a) an unresponsive
1/24/23
flew...@gmail.com
,
Kevin Quick
2
8/31/22
Intermittent ActorSystem() failures under uwsgi in Kubernetes
Hi Avi, We did previously use Thespian with WSGI runners: the ActorSystem startup on a particular
unread,
Intermittent ActorSystem() failures under uwsgi in Kubernetes
Hi Avi, We did previously use Thespian with WSGI runners: the ActorSystem startup on a particular
8/31/22
Srinivas Aditya
,
Kevin Quick
2
8/3/22
Monitoring of states of actor
Hi Srinivas, The discussion you referenced talks about a feature for Actors themselves to change
unread,
Monitoring of states of actor
Hi Srinivas, The discussion you referenced talks about a feature for Actors themselves to change
8/3/22
Srinivas Aditya
,
Kevin Quick
5
7/26/22
Message transfer between actors
Thanks a lot Kevin. this worked like a charm! And I learnt new implementation techniques as well.
unread,
Message transfer between actors
Thanks a lot Kevin. this worked like a charm! And I learnt new implementation techniques as well.
7/26/22
Srinivas Aditya
,
Kevin Quick
2
7/19/22
Mqtt subscriber on Actor model
By default the `ActorSystem(...)` call starts a system-wide "daemon". This would allow
unread,
Mqtt subscriber on Actor model
By default the `ActorSystem(...)` call starts a system-wide "daemon". This would allow
7/19/22
dendron2000
,
E
2
7/12/22
Child actors not being terminated after their parent exits
The way I solved this problem was to call asys.shutdown() on exit. I do this by capturing
unread,
Child actors not being terminated after their parent exits
The way I solved this problem was to call asys.shutdown() on exit. I do this by capturing
7/12/22
Daryl Stultz
,
kqu...@galois.com
2
1/9/22
Getting started, wakeupAfter
Hello Daryl, In your sample, you are simply calling `ActorSystem()` to initialize, which creates a `
unread,
Getting started, wakeupAfter
Hello Daryl, In your sample, you are simply calling `ActorSystem()` to initialize, which creates a `
1/9/22
Erdem Eser Ekinci
, …
Zvonimir Križ
5
12/13/21
Accessing singleton object
Thanks, I preferred Redis. However, somehow there is a need to read file and share its content
unread,
Accessing singleton object
Thanks, I preferred Redis. However, somehow there is a need to read file and share its content
12/13/21
ARNAB CHANDA
12/11/21
New release for thespian?
Folks, When will the next release for thespian go? Any idea? Arnab
unread,
New release for thespian?
Folks, When will the next release for thespian go? Any idea? Arnab
12/11/21
vishalb...@gmail.com
,
Kevin Quick
2
6/23/21
Socket Error
Hi Vishal, I'm not entirely sure what could be happening here. The error is coming from the call
unread,
Socket Error
Hi Vishal, I'm not entirely sure what could be happening here. The error is coming from the call
6/23/21
ARNAB CHANDA
, …
Kevin Quick
5
5/17/21
sending message to multiple actors
There is a flow control limit that will place an actor into transmit-only mode until the pending
unread,
sending message to multiple actors
There is a flow control limit that will place an actor into transmit-only mode until the pending
5/17/21
ARNAB CHANDA
,
Kevin Quick
5
5/13/21
Broadcaster on docker
Hi Arnab, > 1. If we can provide some kind of a time-out when using the look-up/creatActor with
unread,
Broadcaster on docker
Hi Arnab, > 1. If we can provide some kind of a time-out when using the look-up/creatActor with
5/13/21
vishalb...@gmail.com
,
Kevin Quick
3
4/21/21
Asynchronous send call blocks in receiveMessage method with for loop
Hi Kevin, My apologies for delayed response. The second approach(with some modifications) - one actor
unread,
Asynchronous send call blocks in receiveMessage method with for loop
Hi Kevin, My apologies for delayed response. The second approach(with some modifications) - one actor
4/21/21
Andrea Musso
,
Kevin Quick
3
3/15/21
Accessing running actor system
Hello Kevin, Thanks a lot for your response! Three more questions if you do not mind: 1) First, every
unread,
Accessing running actor system
Hello Kevin, Thanks a lot for your response! Three more questions if you do not mind: 1) First, every
3/15/21
Justin Paston-Cooper
,
Kevin Quick
6
2/28/21
object has no attribute '_myRef'
Thank you. On Sun, 28 Feb 2021 at 22:50, Kevin Quick <kq1q...@gmail.com> wrote: No, there is
unread,
object has no attribute '_myRef'
Thank you. On Sun, 28 Feb 2021 at 22:50, Kevin Quick <kq1q...@gmail.com> wrote: No, there is
2/28/21
BR
, …
Kevin Quick
5
2/25/21
Using Ask
Hi Erdem, I'm not entirely sure of what concern you are addressing here. It could be (a) the
unread,
Using Ask
Hi Erdem, I'm not entirely sure of what concern you are addressing here. It could be (a) the
2/25/21
Ferd Barfarkle
,
Kevin Quick
3
2/17/21
Thespian_StatusReq
The creation of the backend happens in a separate thread from the main GUI thread in order to provide
unread,
Thespian_StatusReq
The creation of the backend happens in a separate thread from the main GUI thread in order to provide
2/17/21
Todd Cook
,
Kevin Quick
3
2/16/21
Weird ActorTypeDispatcher behavior: bug or doc update?
Thank you for explanation and the tip about Actorize! On Tuesday, February 16, 2021 at 10:20:02 AM
unread,
Weird ActorTypeDispatcher behavior: bug or doc update?
Thank you for explanation and the tip about Actorize! On Tuesday, February 16, 2021 at 10:20:02 AM
2/16/21
Erdem Eser Ekinci
,
Kevin Quick
2
2/14/21
Web Socket Server
Thespian has several supported transports (TCP, UDP, Queue) for multi-process Actors, but websockets
unread,
Web Socket Server
Thespian has several supported transports (TCP, UDP, Queue) for multi-process Actors, but websockets
2/14/21
Erdem Eser Ekinci
,
Kevin Quick
4
2/14/21
Accesing asking/telling with the global name of an actor
When you create the actor, the actor class determines what kind of actor it is. Once created, an
unread,
Accesing asking/telling with the global name of an actor
When you create the actor, the actor class determines what kind of actor it is. Once created, an
2/14/21
Zvonimir Križ
,
Kevin Quick
3
2/10/21
Retrieving actor inbox size
Hi, Thank you very much for a very fast and precise answer! I can use it in a proposed way for some
unread,
Retrieving actor inbox size
Hi, Thank you very much for a very fast and precise answer! I can use it in a proposed way for some
2/10/21
Erdem Eser Ekinci
,
Kevin Quick
4
2/4/21
ActorRef.wakeupAfter() usage
Thank you! It's always nice to know Thespian is appreciated and useful to people. Let me know if
unread,
ActorRef.wakeupAfter() usage
Thank you! It's always nice to know Thespian is appreciated and useful to people. Let me know if
2/4/21
Ryan Fagan
,
Kevin Quick
8
11/30/20
debug drain excessive queue
Thespian 3.10.2 is now released and contains the fix above. For more documentation on the logging,
unread,
debug drain excessive queue
Thespian 3.10.2 is now released and contains the fix above. For more documentation on the logging,
11/30/20
Andrei Krivoshei
,
Kevin Quick
3
10/29/20
Infinite asynchronous loop in the Thespian actors
Thank you Kevin! I will try this. среда, 28 октября 2020 г. в 17:45:59 UTC+2, kq1q...@gmail.com:
unread,
Infinite asynchronous loop in the Thespian actors
Thank you Kevin! I will try this. среда, 28 октября 2020 г. в 17:45:59 UTC+2, kq1q...@gmail.com:
10/29/20
Andrei Krivoshei
,
Kevin Quick
2
10/28/20
How to terminate all hanging Thespian processes?
Hi Andrei, Thespian will normally clean up actors when the ActorSystem exits, but one common
unread,
How to terminate all hanging Thespian processes?
Hi Andrei, Thespian will normally clean up actors when the ActorSystem exits, but one common
10/28/20
dendron2000
,
Kevin Quick
3
10/3/20
A daemon or service using actors
Hi Kevin, sorry it took this long for me to answer. Thank you very much for your explanation. Indeed
unread,
A daemon or service using actors
Hi Kevin, sorry it took this long for me to answer. Thank you very much for your explanation. Indeed
10/3/20