Bug 256180 - ChangeLogAction should refresh in a thread
Summary: ChangeLogAction should refresh in a thread
Status: CLOSED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: ChangeLog (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jeff Johnston CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2008-11-21 17:22 EST by Andrew Overholt CLA
Modified: 2015-01-21 16:45 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Overholt CLA 2008-11-21 17:22:38 EST
In ChangeLogAction.execute we refresh in the main thread.  This kind of IO-bound operation should be done in a thread.
Comment 1 Alexander Kurtakov CLA 2013-02-28 09:58:33 EST
Jeff, what is the status here?
Comment 2 Jeff Johnston CLA 2015-01-21 16:45:43 EST
The execute method currently in ChangeLogAction is part of a WorkspaceRunnable which is run in an IWorkspaceRunnable thread.