hercules-390 / hyperion

Hercules 390
Other
251 stars 69 forks source link

Eliminate cckd_gcol thread creation runaway in cckddasd.c #94

Closed srorso closed 8 years ago

srorso commented 8 years ago

Thread creation in cckddasd.c depends on dispatch of the created thread to limit creation of additional threads. If the host operating system delays dispatch of the created thread, additional threads are created, often in excess of the programmed limits and in many cases in excess of 32-bit Windows capabilities, resulting in multiple messages HHC00102E. See issue discussion and access links to test cases and logs in this Hercules-390 group discussion: https://groups.yahoo.com/neo/groups/hercules-390/conversations/topics/78755.

srorso commented 8 years ago

Closed by pull request #95. Built Jay Maynard's OS/MVT 21.8 system for post-pull verification. Thanks!