On Mon, 22 Dec 2008 14:22:36 -0600, Kelman, Tom <[email protected]> wrote:
>I might be using old logic here, but I would respectfully disagree with >this. You said that you have a dozen production CICS regions, so >obviously you can spread the CICS work across multiple logical engines. >I would check on how much CPU power is needed for your largest CICS >region, and if that is (well) under the size of a single processor on >the 5 engine machine I'd go for the 5 engines. The one thing that >bothers me though is that you say you have CICS transactions that are >single threaded. What do you mean by that? Do you have many CICS >transactions that wait on another transaction to complete for some >reason. That doesn't seem to be the best CICS programming technique to >me. But then we've all run into bad application programming techniques >that have to be dealt with. > >Tom Kelman The OP may correct me, but I assumed that what he meant by "single threaded" for his CICS transactions was that they were all "old style" and so all ran on the QR TCB. Which means that only one is actually running instructions at a time. As opposed to running his transactions in an OTE environment, where multiple transactions can run on separate TCBs and thus on separate engines simultaneously. -- John ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

