1773.1 Fix |
XTEXT: Extra blank lines were being inserted for each hard carriage return when run via ATE connected to a Windows server. (Bug and bug fix relates only to the server side, not ATE.) |
|---|---|
1773.0.1 New |
Support new license option CGIX to exempt all CGI sessions from the license count, as an alternate solution for environments in which on rare but important circumstances the server may need to support a large and unknown number of simultaneous CGI sessions. Presence of option can be confirmed in the ABOUT display. |
1773.0.2 EIR |
(Windows) Jobs are now automatically removed from the job table when the session is aborted by an event such as a system reboot, shutdown, or logoff operation. Two new entries will appear in the ashlog under these events: QueryEndSession (xxxxx) eventname EndSession (n,xxxxx)
The first message occurs when the shutdown event is requested. The eventname will be "CloseApp", "Critical", or "Logoff". (Apps can potentially try to block the shutdown at this point, but A-Shell does not.) The second message indicates whether the session is actually ending. The n value will be 1 if so, or 0 if the shutdown operation was aborted. The xxxxxx flags will indicate the following: 0x00000001 - indicates that the process has a file open that needs to be replaced during the shutdown (not likely for A-Shell) 0x40000000 - indicates the shutdown is being forced 0x80000000 - indicates users is logging off |
1773.0.3 EIR |
(Windows) The -j <jobnam> switch will now automatically replace a conflicting entry in the job table if the job has not shown any signs of life in the last minute. This refinement is intended to improve recovery from situations where a service job is aborted in such a way that it is unable to remove itself from the job table (such as a Task Manager abort), causing the auto-restart of the job to fail. |