Bug 421055 - FileSystem commands should use a Worker thread
Summary: FileSystem commands should use a Worker thread
Status: RESOLVED FIXED
Alias: None
Product: TCF
Classification: Tools
Component: Agent (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.2   Edit
Assignee: Project Inbox CLA
QA Contact: Eugene Tarassov CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 05:07 EST by jerome guiban CLA
Modified: 2014-02-25 05:50 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jerome guiban CLA 2013-11-05 05:07:42 EST
Some FileSystem service commands already use a worker thread. It is the case for commands :
 - close 
 - read
 - write

The other FileSystem service command should also use a worker thread to avoid bocking the dispatch thread.
Comment 1 jerome guiban CLA 2013-11-05 05:16:52 EST
Gerrit URL for a suggested patch https://git.eclipse.org/r/#/c/18072/

This patch fixes commands: open, stat, lstat, fstat, remove to use w worker thread.
Comment 2 Eugene Tarassov CLA 2013-11-06 02:02:56 EST
The patch is accepted in Gerrit. Thanks!