Akeboshiwind / tg-clj-server

A more framework-y library for use with tg-clj inspired by ring web-servers.
MIT License
3 stars 0 forks source link

Store middleware that can support a multi-threaded server #4

Open Akeboshiwind opened 7 months ago

Akeboshiwind commented 7 months ago

The current design of the store middleware relies on the fact that the server is single threaded. What would it looks like if it was designed for a multi-threaded server?