[Migrated content. Thread originally posted on 04 December 2002]
We are using threading with Acucobol 5.2.x and we have a particular problem. If you call in a thread program X which then calls another program (program Y)(not in a thread) and then from the main thread you call in a thread program X again which then calls another program (program Z)(not in a thread). When you exit either program Y or program Z, program X either terminates completely or terminates the entire application. Even though there are two threads running (not including the main thread)eg. program A
----program X (thread)
--------program Y
----program X (thread)
--------program Z
we have used thread locking and many other combinations without success.
Any help on this would be great.



