RE: Re: GCIC Fullscreen applications
"Rocky" <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
Mike further to our discussion of getting hung up last night. I don't have a dump but from what you told me I can guess that seveeral different users did an enqu on the recource Console at th same time and someone did not release it, The console is used for system messages but it is also for the execution of CMS commands. I had a "LOGIC ERROR" in the way I handled the response and displayed the response in in 'Full Screen' I did not deque the resource until you finished browing the whole reply. For some commands - Q DASD or Q V ALL the reply might be on two maps. And if one user did not finish displaying the reply to the end the console was still ENQUED. That would prevent another user from using the CONSOLE - for commands or messages. When another user trys to log on there is a message diplayed on the console He would hit the ENQUEUE and Get stuck - The ORIGINAL user might have left the termnal or got disconnected. I have fixed that specific situation - Not sure if that is exactly wwhat happened but that issue is fixed. There was no dump or abend so I am guessing that you were stuck on an ENQUE that was not released. Let me know if happens again - which means that there is another place, I ran a multi user test on displaying commands both before the FIX anf AFTER snd it work fine now where it got stuck before BTW - that is why I have to be very careful of what comands I allow you to run in the MULTI-TASKING enviroment, While the application is Multi-tasking if you run an external CMS command or EXEC that might run a task or a program outside of my environment Since that progran is not multttsking he/it might never give control back until it finishes, In a single user environment it wouldn;t matter but in a Multitasking environment you would be stopping the other tasks, That is the reason I am very selective about what comands that I allow you to run, SERVER is up again with the fixed version of the CMS command Function Roc _____ From: [email protected] [mailto:[email protected]] On Behalf Of Mike Stramba Sent: Sunday, August 15, 2010 23:13 To: [email protected] Subject: Re: [H390-VM] Re: GCIC Fullscreen applications On 8/15/10, Rocky <[email protected] <mailto:rocsystems%40gmail.com> > wrote: > How about you Keep track of them there and run the exec at signoff time. I > can run a special exec called USERED EXEC automatically. That sounds like a good plan :)