Hi,
I realize this is a quite general question, but I am wondering about the performance impact of implementing business logic with WF contra imperative code in fairly large enterprise system. I would like to hear others experiences in this regard.
|
3
|
Hi, I realize this is a quite general question, but I am wondering about the performance impact of implementing business logic with WF contra imperative code in fairly large enterprise system. I would like to hear others experiences in this regard.
|
||
|
|
|
|
You can check Performance Characteristics of Windows Workflow Foundation for key performance considerations and modeling guidelines that are important when developing applications on top of the Windows Workflow Foundation. However I would suggest to wait for the WF 4.0 announcement at PDC (end of October) since they are promising
EDIT (after PDC, 11Nov08): OK, not much revealed about performance at PDC, although Kenny Wolf said in his talk that there are 10-100X performance improvements from execution speed to persistence sizes. Moreover, Rick Garibay posted some post-talk discussions with Kenny Wolf here. I am copying a relevant passage:
|
||||
|
|
|
I once did some benchmark about WF performance. It turns out that "declarative condition" is pretty slow. I believe that it is due to a lot of reflection is done in the process. |
||
|