Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/10 10:27:11 (14 years ago)
Author:
cneumuel
Message:

#1260

  • fixed plugin deployment bug (missing files from PluginInfrastructure and wrong sandbox directory)
  • fixed PluginCache bug (now only needed plugins get loaded -> improved performance)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/Core.cs

    r4914 r4921  
    371371          String pluginDir = Path.Combine(PluginCache.Instance.PluginRepositoryDir, e.Result.Obj.Id.ToString());
    372372
    373           AppDomain appDomain = HeuristicLab.PluginInfrastructure.Sandboxing.SandboxManager.CreateAndInitSandbox(pluginDir, null);
     373          AppDomain appDomain = HeuristicLab.PluginInfrastructure.Sandboxing.SandboxManager.CreateAndInitSandbox(pluginDir);
    374374          appDomain.UnhandledException += new UnhandledExceptionEventHandler(appDomain_UnhandledException);
    375375          lock (engines) {
Note: See TracChangeset for help on using the changeset viewer.