Tagged Questions
3
votes
2answers
645 views
What are synchronizing strategies for Prevayler?
Prevayler guarantees that all the writes ( through its transactions) are synchronized. But what about reads?
Is it right that dirty reads are possible if no explicit synchronizing is used (in user ...