Ticket #83 (accepted enhancement)
Upgrade Remote Executor classes
| Reported by: | Joel | Owned by: | Joel |
|---|---|---|---|
| Priority: | major | Milestone: | Eraser 6.1/6.2 |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| Processor Architecture: | Blocked By: | ||
| Blocking: | #278, #299, #355, #362 | Operating System: |
Description
The current Remote Executor classes only allow task addition and deletion, but the other functionality like events and other functions are not implemented like the DirectExecutor? class. The ideal implementation will allow clients to use the RemoteExecutorClient? class like it was doing DirectExecutor? now.
Blocking
| Id | Summary | Milestone |
|---|---|---|
| #83 | └ Upgrade Remote Executor classes | Eraser 6.1/6.2 |
| #355 | └ Implement feature-complete CLI | Eraser 6.1/6.2 |
| #362 | └ Use XML to store task lists | Eraser 6.1/6.2 |
| #299 | └ Don't run the Eraser process in the background | Eraser 6.1/6.2 |
| #278 | └ Implement the Executor as a Service | Eraser 6.1/6.2 |
| #355 | └ Implement feature-complete CLI | Eraser 6.1/6.2 |
| #239 | └ Add shortcut to the "erasure progress window" in systray. | Eraser 6.1/6.2 |
| #268 | └ Display progress when erasing from Shell | Eraser 6.1/6.2 |
| #15 | └ Simultaneous Erasing | Eraser 6.1/6.2 |
Blocked by
| Id | Summary | Milestone |
|---|---|---|
| #83 | └ Upgrade Remote Executor classes | Eraser 6.1/6.2 |
Change History
comment:4 Changed 3 years ago by Joel
- Blocking 355 added
(In #355) This ticket needs to have a good interface for RPC -- the "wait" function needs this so that it will return only when complete.
comment:5 Changed 14 months ago by Joel
- Blocking 362 added
(In #362) The Remote Executor classes should use the XML format for better interoperability with other non .NET clients (e.g. unmanaged code)
comment:6 Changed 13 months ago by Joel
- Status changed from new to accepted
- Owner set to Joel
Work started in r2623.
