Book Image

SOA Cookbook

By : Michael Havey
Book Image

SOA Cookbook

By: Michael Havey

Overview of this book

<p>SOA Cookbook covers process-oriented SOA. BPEL is the best-known language in this area, and this book presents numerous BPEL examples. It also studies proprietary vendor process languages such as TIBCO's BusinessWorks and BEA's Weblogic Integration. If you are building SOA processes in the field, chances are you are using one of the languages discussed in SOA Cookbook. The book assumes that the reader is comfortable with XML and web services.<br /><br />Author Michael Havey works with SOA in the field for TIBCO (and previously for IBM, BEA, and Chordiant). SOA Cookbook is Michael's second book. Essential Business Process Modeling, his first book, was published in 2005.</p>
Table of Contents (14 chapters)
SOA Cookbook
Credits
About the Author
About the Reviewers
Preface

Interpreting the Results of a Simulation


In this section, we study the results of running a simulation of the scenarios discussed above. The following table summarizes the results for the first scenario:

Test

Settings

Results

1a—Sequential Sync

Duration—10 minutes

Arrival Rate—2 seconds

Time Per Service—500 milliseconds fixed + 500 milliseconds exponential

BPELIN Poll—100 milliseconds

BPELIN depth rises to 111 by the end. There are 297 arrivals, but only about 2/3 (185) make it out of the queue to create process instances. Average cycle...