T.R | Title | User | Personal Name | Date | Lines |
---|
2760.1 | | XHOST::SJZ | Rocking the Messaging Desktop ! | Thu Feb 06 1997 10:30 | 10 |
|
On OpenVMS, if you are attached to the group when DECmessageQ
goes down, then you go down. On all other platforms, you
should receive a status of PAMS__FATAL for any call that is in
progress and then an error of PAMS__PAMSDOWN for all subsequent
calls. At that point you can do a pams_exit() (which always
succeeds) and then put yourself into a loop trying to reattach
to the group when it comes back up.
_sjz.
|
2760.2 | Workaround, New version Or ?.... | ROM01::OLD_BOCCANER | | Tue Feb 11 1997 12:36 | 3 |
| No workaround on openvms ? new version will remove this constarint ?
regards
stefano
|
2760.3 | | XHOST::SJZ | Rocking the Messaging Desktop ! | Tue Feb 11 1997 13:30 | 7 |
|
the VMS people will have to answer the workaround part.
But there are no current plans to remove this constraint
(which is non-trivial to say the least).
_sjz.
|
2760.4 | It's supposed to work... | KLOVIA::MICHELSEN | DECmessageQ Engineering | Tue Feb 11 1997 14:25 | 11 |
| ...however it is not part of the standard regression tests. You need
to define in a place where the COM Server can see it the logical
DMQ$DISABLE_FORCEX to "YES". This causes the COM Server to not send
the AST to all of the attached processes to exit. Therefore, the
processes are not told that anything has happened to the group and you
will need to manually shutdown the DmQ processes. The logical is also
translated at the process level but has been reported not to work
correctly.
Marty
|