Skip to content

Dynamic decision to swap threads or not on Erlang Write operation#224

Open
matthewvon wants to merge 1 commit intodevelopfrom
mv-nonblocking-write3
Open

Dynamic decision to swap threads or not on Erlang Write operation#224
matthewvon wants to merge 1 commit intodevelopfrom
mv-nonblocking-write3

Conversation

@matthewvon
Copy link
Contributor

eleveldb swaps each Erlang request from an Erlang scheduler thread to a local eleveldb worker thread. This is to prevent Erlang scheduler collapses. Write operations do not actually need to swap all the time. This branch creates the capability of dynamic selection to swap threads or not.

Detailed discussion is here:

https://github.com/basho/leveldb/wiki/mv-nonblocking-write2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant