Fork me on GitHub
#yada
<
2017-06-28
>
grav16:06:20

@malcolmsparks Thanks for the pointer! Looking forward to that blog post about oauth2 🙂

danielcompton21:06:28

When using Datomic peer library with Yada, am I right in thinking that queries are fine to do on the request thread, but transactions should run on a separate threadpool? I don't use datomic.api/sync to get a db for querying. I guess that queries could also block on IO if the query needed datoms that weren't present, so queries probably shouldn't run on the request thread either?