#365 closed enhancement (done)
Putting the Execution Engine in its own AppDomain and preparing the Sandbox.
Reported by: | kgrading | Owned by: | kgrading |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Hive.Client.Core | Version: | 3.2 |
Keywords: | Cc: |
Description
The execution engine should always have its own AppDomain. Furthermore, this AppDomain should be able to work as a Sandbox.
Change History (7)
comment:1 Changed 16 years ago by kgrading
- Status changed from new to assigned
comment:2 Changed 16 years ago by kgrading
comment:3 Changed 16 years ago by kgrading
continued work on the whole issue, cleaned up the core class and generated a interface of the JobBase (r779)
comment:4 Changed 16 years ago by kgrading
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 16 years ago by swagner
- Milestone changed from Hive 1.0 to Iteration 0
Milestone Hive 1.0 deleted
comment:6 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
implemented the sandbox, problems with serialization still have to be resolved (r770)