<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Autorecovery should run in the background"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122724">122724</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Autorecovery should run in the background
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.3.0 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>christianw_lehmann@arcor.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Currently, saving the information for autorecovery paralyzes all other activity
in LO. For a 1 MB Writer document, the process takes half a minute, so if the
saving interval is put to 10 minutes, the user is forced to turn thumbs for 5%
of the time working on the document. This is because the process does not run
in the background. It could be improved by using more than one thread in
running LO.

Steps to Reproduce:
Set autorecovery to every 10 minutes.

Actual Results:
Every 10 minutes LO interrupts your work flow.

Expected Results:
The saving should run in the background without affecting the user.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
There is also a bug which is a consequence of the principal problem: I hit a
key, and before the associated operation can be executed, the moment for
autorecovery has come. This now paralyzes all actions, and finally the action
required by the key hit before is forgotten. I.e., autorecovery wipes out
actions started, but not completed at its own start.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>