Skip to content

Latest commit

Β 

History

History
11 lines (6 loc) Β· 402 Bytes

solutions.md

File metadata and controls

11 lines (6 loc) Β· 402 Bytes

Solutions

This page enumerates potential solutions that could help. These ideas still need to be investigated and explored.

Use Ywasm

Use Ywasm in the node.js client. This may better map the Ypy implementation.

Lock in the Tornado handler

The HTTP requests handled by Tornado are not concurrent. It may still be worth to try to implement concurrent locking to reject thread-safety issues.