0x-mesh icon indicating copy to clipboard operation
0x-mesh copied to clipboard

orderwatch: Improve order watcher performance

Open fabioberger opened this issue 5 years ago • 0 comments

Currently, the order watching functionality is written in a "stop-the-world" fashion. This guarentees correctness, but it also means that a lagging ETH RPC request can prevent new orders from being added to the Mesh node.

Improving this will require a more sophisticate implementation that does not hold a lock on the DB.

fabioberger avatar Jan 06 '20 16:01 fabioberger