SharedCode / sop

Horizontally Scaleable Objects Persistence
http://sop.codeplex.com
MIT License
13 stars 4 forks source link

Support high degree of parallelism/concurrency in Store operations #2

Closed grecinto closed 8 years ago

grecinto commented 9 years ago

<some rough draft, plans on increasing parallelism>

Scenario: multiple client apps simultaneously submitting a CRUD operation request to same SOP Store. Each client connection/session is allocated its own Store "wrapper" instance so each can do work in parallel with the other client's Store.

Following enhancements need to be supported: "Single Writer, Multiple Reader pattern"

grecinto commented 8 years ago

This feature is now supported, all code & automated tests/simulations were checked in. Documentation and "publicity" to follow. :)