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 Not under consideration
Workspace PL/I Compilers
Created by Guest
Created on Aug 14, 2019

PL/I to support multithreading under 64-bit

PL/I needs to support multithreading under 64-bit.
Actually, when a multithreaded application executes a LP(64) PL/I program, it always works the first time, but afterward any subsequent call can fail if not run from the same thread.

From the investiguations so far, it appears that the first time the LP(64) PL/I program is run, it introduces a requirement for the PL/I run-time, so the enclave and the thread on which it happens are "dubbed" for PL/I, but in the absence of multithreading support none of the other worker threads in the server are so "dubbed". When the program is run a second time, it may run on a different worker thread, one that hasn't been dubbed, and in this case abends on the missing PL/I thread-level control block.

Idea priority High
  • Guest
    Reply
    |
    Sep 15, 2023
    We think this requirement is not so much for multithreading support (which would involve creating PL/I threads, etc) as multithreading tolerance. We also think it sounds like a bug. If you still have this problem, please open a defect against PL/I for it
  • Guest
    Reply
    |
    Aug 30, 2019

    This would make our 64-bit support a better match for our 31-bit support

  • Guest
    Reply
    |
    Aug 15, 2019

    I think the usercase specifyed is not correct :
    "Web application in Tomcat server featuring servlets which invoke Java Native libraries written in PL/I."
    I think Java Native Libraries are not written in Pl/I.