AppliSec

Manu Cohen Yashar

Browse by Tags

All Tags » WF (RSS)
WF and Silver / WCF 3.5 examples
WF and Silver / WCF 3.5 examples I wanted to play around a bit with WF and WCF in framework 3.5 (silver) and installed VS 2008 Beta2. I found samples for CTP version, but they did not run as a lot has changed from the CTP to the current Beta 2. I wanted to explore those changes and thus I manually maid the CTP version compile on VS Beta2. I wanted to explore the context that WCF and WF share so I worked with the SequentialWorkflowService sample. It did not run. I Got the following exception: WorkflowTerminated...
WF and WCF Performance
Do you want to learn about WF and WCF Performance? Well I collected some articles for you: 1. Performance Characteristics of Windows Workflow Foundation 2. WF Performance Test Sample: SimpleStateMachineWorkflow 3. WF Rules and MS BRE - Comparing Performance 4. Introduction to Hosting Windows Workflow Foundation 5. Monitoring Workflow Performance (WF Perormance counters) 6. Windows Workflow Foundation - Performance Factors and I can not with some litle WCF performance ... 7. A Performance Comparison...
Workflow dynamic changes performance
WF dynamic changes are a performance disaster I wanted to build a workflow which has 3 parallel branches that executes continuously Each branch holds a list of activities. What is interesting about this workflow is the fact that activities can move from one branch to another. I found out that whenever an activity moves CPU increases drastically. I used the following code and found out interesting phenomenon: 1. Even if there is no change in the workflow (no activities are added nor removed) there...