IBM Mainframe Discussion List <[email protected]> wrote on 10/24/2006 07:29:06 PM:
> Does Cell Pool Services provide any mechanism for serialization? > I've written this code such that multiple tasks use the same cells > within a pool. I've got an issue where it looks like the area > pointed to by the CPID value is hammered. In looking at this issue, > it made me wonder about serialization when running the CPOOL GET's > and FREEs. Is some type of serialization necessary? CPOOL serializes the chain of free cells with Compare-Double-and Swap. You do not need to provide serialization when doing CPOOL GET or CPOOL FREE. Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- 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

