BirchBrew / SiteHiker

🗻 A website recommender that works!
https://sitehiker.com/
GNU General Public License v3.0
3 stars 0 forks source link

GenServer cache fetching should not block the process #21

Closed SylvanSign closed 6 years ago

SylvanSign commented 6 years ago

use dets instead http://erlang.org/doc/man/dets.html and have the blocking happen on the client side of the calls (ie. client call will try to read from table + update cache if entry is missing, GenServers will only exist to start the table and hold onto the reference)