Opened 15 years ago
Closed 15 years ago
#69 closed task (fixed)
inefficient handling of parallel readings in the json-interface
Reported by: | lgiessmann | Owned by: | lgiessmann |
---|---|---|---|
Priority: | major | Milestone: | miscellaneous 2010 |
Component: | json-interface | Version: | 0.1 |
Keywords: | Cc: |
Description
change the current mechanism of the json-interface, so with-writer-lock can be replaced by with-reader-lock.
- when the json-interface is being started create fragments of all existing topics
- when a json fragment was committed create not only the topics and associations but also the depending fragment
- return the latest existing fragment (with-writer-lock can be replaced by with-reader-lock)
Change History (3)
comment:1 Changed 15 years ago by
Status: | new → accepted |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
fixed in revision 229