To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103244
------- Additional comments from [email protected] Thu Jul 2 10:22:52 +0000 2009 ------- I don't know EuroOffice Dictionary, but I assume the Grammar Checker is the Language Tool. We are already using a Scheduler, the one that comes with the operating system. As the Grammar Checker uses an own thread, the thread scheduler of the system decides how CPU power is distributed amongst all threads (not only that of OOo). This is the best possible solution. Especially for CPUs with multiple cores or hyperthreading this should be enough to avoid massive performance losses in the GUI thread. For all other CPUs disabling background checking is recommended. For me this is a "wontfix". What we can do is checking our code for minimum sychronized sections. This should reduce the time where only one thread in OOo can run, perhaps this is causing bad performance on slower computers. On a dual core 2 GHz computer I don't see any serious performance problems, even directly after loading where a whole document is checked. Once this is done, only single paragraphs will be checked (those that have been modified). --------------------------------------------------------------------- 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]
