> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Tommy Tsui > Sent: Wednesday, August 12, 2009 8:45 AM > To: [email protected] > Subject: Can CICS region share more than one processor > > Hi , > > We hit a problem that our cics cannot utilized more than one CPU > processor and IBM recommend our shop upgrade to CICSplex .Except this, > is there any other way to solve this problem? > > > any comment will be appreciated > > best regards
The absolutely easiest way is to upgrade your current hardware to a faster machine. This only requires oodles and gobs of money, but no other action on your part. Easy, no? <GRIN> Historically, the reason that a CICS region can only use a single region is that all the application code has been dispatched on a single z/OS TCB, called the QR TCB. Now, if you can rewrite a fair number of your applications to be "ThreadSafe" and you are on the latest release of CICS, then you can set up a transaction to run in what is called an OTE environment. In this, the transactions are eligable to run on different TCBs (L8 & L9, I think they are called). Since z/OS can then dispatch these different TCBs on separate CPUs, you can run more transactions by using multiple CPUs simultaneously. Of course, since this requires rewriting, or at least validating, the current code to be ThreadSafe, this is not really a good option. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * (817)-961-6183 cell [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- 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

