Opened 16 years ago
Closed 16 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 by , 16 years ago
| Status: | new → accepted |
|---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

fixed in revision 229