To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36682
User mav changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Feb 7 05:43:42 -0800
2005 -------
This is a general problem of a substorage that is locked for writing. Since the
storage can be changed at any point of time, the only correct way to get
information from it is to get a snapshot of the storage in the current state.
This can be done by 'XStorage::copyStorageElementLastCommitTo()' call.
The reading from the storage direcly because we know that nobody can change the
storage at this point of time is a hacky solution that will work only because
for now no multithreading is possible in this scenarion. From my point of view
it is acceptable to introduce it only as a workaround for OOo2.0, since if I am
not wrong the support for multithreading is planned for the next version.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]