English 中文(简体)
视窗工作流程4 冻结在Load测试的同一阶段
原标题:Windows Workflow 4 freezing always at the same stage on Load Testing

I have a rather simple worflow hosted on AppFabric. I call it through a WCF endpoint using netTcpBinding, and it calls 2 WCF methods, also via netTcpBinding, hosted on the same server also on AppFabric. I can load test both of the WCF methods being called by the workflow simultaneously without any problems. However, when I start Load Testing the workflow, after a few seconds, when I m around 10 simultaneous users, the WorkFlows locks up completely, and I m unable to find out why. All clients starts raising Open Connection timeouts.
The problem is not locking on the SQL Server database, because I monitor it, and it s all go. All tables involved are lock free. I think the problem might be on MSTSC, since I start a transaction scope on the workflow, but how could I detect the problem there? The dashboard on dcomcnfg really doesn t help at all.
How can I find out where s the problem? What could be the problem. Any help would be greatly appreciated.

EDIT

大约轮,,我用网络配置如下:

<behaviors>
  <serviceBehaviors>
    <behavior name="">
      <serviceMetadata httpGetEnabled="true" />
      <serviceDebug includeExceptionDetailInFaults="true" />
      <serviceThrottling maxConcurrentCalls="64" maxConcurrentSessions="400" maxConcurrentInstances="464" />
    </behavior>
  </serviceBehaviors>
</behaviors>

And looking at AppFabric s configuration interface, I can confirm these values for the IIS application that hosts the workflow Tks

问题回答

可能会出现一个rot问题。 拖欠的马克斯·科西奥斯是10个,由于你可以达到这一顶峰,你再次看到了这些影响。 http://kennyw.com/work/indigo/150“rel=“nofollow”>link:





相关问题
Xoml only Workflow parameters

Is is possible to pass parameters to an XOML only workflow? I m creating the workflow using XmlReader. Now is it possible to have parameters on an xoml only workflow?

Workflow no-code authoring

I want to use the no-code authoring in the workflow. So no code behind. Let s say I have 2 custom activities with dependency properties. How can I bind a property from activity1 to activity2 ?

Look and feel of workflow (.net WF4, beta2)

can i change the standard look and feel of a sequential workflow back to the wf 3.5 look and feel? I miss the on DragOver automatically expanding arrows between the elements. If this is not possible, ...

在工作流程中增加多个不动产元数据

我正在视窗工作流程中开展一些习俗活动,我需要增加一种依赖性,可以列出用户在使用......时可以选择的若干价值。

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

热门标签