Re: Multi-Tasking question

2014-01-09 Thread Rob Schramm
Of course there is going to be a need for monitoring/terminating ill behaving tasks. Rob Rob Schramm Senior Systems Consultant Imperium Group On Wed, Dec 4, 2013 at 4:50 PM, Sam Siegel wrote: > search google for examples of the msgxxx functions. Since they are > published standard functions

Re: Multi-Tasking question

2013-12-04 Thread Sam Siegel
search google for examples of the msgxxx functions. Since they are published standard functions, you should find lots of non z/OS code that uses them. On Wed, Dec 4, 2013 at 1:48 PM, Scott Ford wrote: > Sam, > > Thx I am looking at the msgxxx C functions..the lack of examples in the C > Doc is

Re: Multi-Tasking question

2013-12-04 Thread Scott Ford
Sam, Thx I am looking at the msgxxx C functions..the lack of examples in the C Doc is maddening at times Scott ford www.identityforge.com from my IPAD 'Infinite wisdom through infinite means' > On Dec 4, 2013, at 4:25 PM, Sam Siegel wrote: > > look at the msgctl, msggegt, msgrcv, msgsnd and

Re: Multi-Tasking question

2013-12-04 Thread Sam Siegel
look at the msgctl, msggegt, msgrcv, msgsnd and msgxrcv in the c/c++ run time documentation. sa22-7821. These queue functions can be wrapped in C programs. COBOL can call C. I've not used them, but they look very useful. Since they are part of the C-runtime, they are include with the system ev

Re: Multi-Tasking question

2013-12-04 Thread Scott Ford
Sam, The answer is yes, but the ldap is java multi-threaded..I agree with a queue ..the question is that would the queue be in assembler I assume yes ... Scott ford www.identityforge.com from my IPAD 'Infinite wisdom through infinite means' > On Dec 4, 2013, at 2:15 PM, Sam Siegel wrote: >

Re: Multi-Tasking question

2013-12-04 Thread Sam Siegel
Scott - Do the security action messages and non-section action messages come into the process via the same tcp connection? The based on type of processing (security vs.non-security) get processed by different sub-tasks? If the answer is yes, you may need 3 sub taks: 1) tcp processing 2) security

Multi-Tasking question

2013-12-04 Thread Scott Ford
All:   I have what seem to be a dumb question, but this is my first venture is real multi-tasking...   We have a single thread Cobol STC that performs all the necessary functions we need to do, Two STCS  perform Security Reconciliation and Provisioning just to provide everyone with a general ide