mdbergmann / cl-gserver

Sento - Actor framework featuring actors and agents for easy access to state and asynchronous operations.

Home Page:https://mdbergmann.github.io/cl-gserver/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a way to lower the ask timeout implications

mdbergmann opened this issue · comments

Timeout is currently very expensive as a thread is spawned with a sleep.
For sure there is a better approach than wasting a full thread.

Implemented with f6c38bc