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

Implement ability to allow more fine grained configuration

mdbergmann opened this issue · comments

There should be a configuration file, based on lisp, that is read when starting an actor system.
But there should also be a fallback internal representation of this config in case when the user just wants defaults.

  • default dispatcher used per system (:pinned, :shared).