Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/19/11 23:21:21 (13 years ago)
Author:
cneumuel
Message:

#1233

  • stability improvements for HiveExperiment and HiveEngine
  • parallelized upload of jobs
  • enabled cancellation of job upload
  • reduced the amount of double-assignment of jobs by an additional check in HeartbeatManager
  • tried to tackle the amount of deadlocks by automatically rerunning transactions
  • some fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine.Views/3.4/HiveEngineView.Designer.cs

    r6426 r6444  
    6060      this.resourceIdsTextBox.Location = new System.Drawing.Point(189, 52);
    6161      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
    62       this.resourceIdsTextBox.Size = new System.Drawing.Size(319, 20);
     62      this.resourceIdsTextBox.Size = new System.Drawing.Size(428, 20);
    6363      this.resourceIdsTextBox.TabIndex = 4;
    6464      this.resourceIdsTextBox.Text = "HEAL";
     
    184184      this.isPrivilegedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    185185      this.isPrivilegedCheckBox.AutoSize = true;
    186       this.isPrivilegedCheckBox.Location = new System.Drawing.Point(514, 55);
     186      this.isPrivilegedCheckBox.Location = new System.Drawing.Point(623, 54);
    187187      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
    188188      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(80, 17);
     
    190190      this.isPrivilegedCheckBox.Text = "IsPrivileged";
    191191      this.isPrivilegedCheckBox.UseVisualStyleBackColor = true;
    192       this.isPrivilegedCheckBox.CheckedChanged += new System.EventHandler(this.isPrivilegedCheckBox_CheckedChanged);
     192      this.isPrivilegedCheckBox.Validated += new System.EventHandler(this.isPrivilegedCheckBox_Validated);
    193193      //
    194194      // HiveEngineView
Note: See TracChangeset for help on using the changeset viewer.