Opened 14 years ago

Closed 14 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.

  1. when the json-interface is being started create fragments of all existing topics
  2. when a json fragment was committed create not only the topics and associations but also the depending fragment
  3. return the latest existing fragment (with-writer-lock can be replaced by with-reader-lock)

Change History (3)

comment:1 Changed 14 years ago by lgiessmann

Status: newaccepted

comment:2 Changed 14 years ago by lgiessmann

fixed in revision 229

comment:3 Changed 14 years ago by lgiessmann

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.