Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/08 16:47:45 (16 years ago)
Author:
gkronber
Message:
  • split the GridForm class into two classes GridForm and GridClient
  • added class EngineRunner to act as the bridge between the AppDomain where engines are executed and the main AppDomain of the client.
  • GridClient creates a new AppDomain for each engine and unloads it again when the engine is finished.

(ticket #230)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Grid/HeuristicLab.Grid.csproj

    r374 r440  
    6060      <DependentUpon>ClientForm.cs</DependentUpon>
    6161    </Compile>
     62    <Compile Include="EngineRunner.cs" />
    6263    <Compile Include="EngineStore.cs" />
     64    <Compile Include="GridClient.cs" />
    6365    <Compile Include="GridClientApplication.cs" />
    6466    <Compile Include="GridServer.cs" />
Note: See TracChangeset for help on using the changeset viewer.