heph icon indicating copy to clipboard operation
heph copied to clipboard

Document best practices when dealing with backend connection

Open Thomasdezeeuw opened this issue 6 years ago • 1 comments

E.g. connections to a database.

Thomasdezeeuw avatar Jul 27 '18 12:07 Thomasdezeeuw

My current idea/prototype is using a single thread-safe/sync actor to handle the connection to the backend/database and relay requests to it using an ActorRef.

Thomasdezeeuw avatar May 17 '21 18:05 Thomasdezeeuw