Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Categories Runtime
Created by Guest
Created on Feb 7, 2012

HTTP Persistent connection request limit in CICS

There is no configuration parameter on the TCPIP Service resource to limit the number of requests to be accepted on a persistent connection from a client. It is desired to have a limit so that normal IP Sprayers like Sysplex Distributor can rebalance the workload across the CICSPlex.

Idea priority High
  • Guest
    Reply
    |
    Dec 11, 2015

    This RFE is satisfied by CICS TS 5.3 which is generally available from December 11th 2015.

    The new SOTUNING SIT parameter specifies whether performance tuning for HTTP connections occur to protect CICS from unconstrained resource demand. If the SOTUNING SIT parameter is set to the default value of YES, if the region becomes overloaded CICS temporarily stops listening for new HTTP connection requests. If overloading continues, CICS closes existing HTTP persistent connections and marks all new HTTP connections as non-persistent. These actions prevent oversupply of new HTTP work from being received and queued within CICS, allowing feedback to TCP/IP port sharing and Sysplex Distributor, promoting a balanced sharing of workload with other regions that are sharing the same IP endpoint and allowing the CICS region to recover more quickly.If SOTUNING is set to YES, CICS periodically closes persistent connections to allow more efficient sharing of workload across regions that share IP endpoints, using technologies such as TCP/IP shared ports and Sysplex distributor.

  • Guest
    Reply
    |
    Oct 5, 2015

    This RFE is satisfied by CICS TS 5.3 which was announced on October 5th 2015 with a planned general availability date of December 11th 2015.
    For more information see the announcement letter http://www.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&subtype=ca&supplier=897&letternum=ENUS215-363

  • Guest
    Reply
    |
    Oct 5, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Transaction Processing
    Product - CICS Transaction Server

    For recording keeping, the previous attributes were:
    Brand - WebSphere
    Product family - Transaction Processing
    Product - CICS Transaction Server

  • Guest
    Reply
    |
    Mar 20, 2015

    This is something we would like to address. The RFE is being moved into 'Planned for Future release' status. Please note:
    IBM’s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM’s sole discretion. Information regarding potential future products is intended to outline our general product direction and it should not be relied on in making a purchasing decision. The information mentioned regarding potential future products is not a commitment, promise, or legal obligation to deliver any material, code or functionality. Information about potential future products may not be incorporated into any contract. The development, release, and timing of any future features or functionality described for our products remains at our sole discretion.

  • Guest
    Reply
    |
    Nov 26, 2014

    This is becoming a more serious problem when you are running a CICSPlex environment with 2 or more TOR's and using webservices with high transaction rates. If TOR 1 goes down all the connections go to TOR 2 and stay there even when TOR 1 is restarted leading to an unbalanced workload. So please implement this RFE asap.

  • Guest
    Reply
    |
    Nov 25, 2014

    This is becoming more of a requirement as more and more customers implement ip based access to CICS, especially web services. I believe that a request count is better than a timeout.

  • Guest
    Reply
    |
    Oct 7, 2012

    Not exactly. The TCPIPService idle timeout (SOCKETCLOSE) should close an open connection if the required number of requests do not arrive on that connection. Having a number of requests is better because during spikes of workload, a singe CICS region does not get the bulk of the requests but forces Sysplex Distributor to route across the Sysplex. Currently, we have a home grown solution for this which is to add a Connection: Close HTTP header after a defined count is reached for a connection and with this we have achieved near equal distribution of the workload across the Sysplex under normal CPU usage. When CPU saturation occurs of course some LPARs get more work than others but the workload balances much quicker with a "count' than "time".

  • Guest
    Reply
    |
    Oct 4, 2012

    In the description you mention "...limit the number of requests to be accepted on a persistent connection from a client.".  As the arrival rate of workloads will vary (sometime greatly) over time and for different web services end points, would having a maximum reuse based on a time limit rather than count limit be more predictable and meaningful ?

  • Guest
    Reply
    |
    Mar 14, 2012

    This is a candidate for inclusion in a future release.