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)
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)