I'm using CloneCursor extensively in a multithreaded app so that multiple sessions/users can independently access a shared copy of a client dataset with about 70,000 rows. It looks from the documentation as if I should be able to do this with no conflict or collision between the users, since...
Markus - since posting my query I found a way to do this and it's quite similar to your implementation. My challenge is that I wanted to read the range keys without disturbing (cancelling) the range and reapplying it. I haven't really solved this, though the code below does work as a way of...
In a D7 app, I need to derive the current range start and end key values at run time. I.e., there are situations where I pass a client dataset to a function that needs to save the state of the incoming dataset, including current index, filter, and setrange. There seems to be no straightforward...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.