Bug 410070 - FileSettingStore does not allow concurrent access
Summary: FileSettingStore does not allow concurrent access
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 09:04 EDT by Ralf Sternberg CLA
Modified: 2013-06-06 09:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Sternberg CLA 2013-06-06 09:04:14 EDT
With Multi-Tab support in RAP, it's more likely that two UISessions of the same applications try to read and store data in the SettingStore. With the current implementation of the FileSettingStore, data stored in one UISession is not immediately visible to another UISession. The FileSettingStore only reads the data once at startup.

Since the SettingStore allows for concurrent access from different UISessions by design (be it the same entrypoint or another), it should handle this case as expected.