| Hello,
After reading 280.* which does not apply to my case at all... Thus I
post this message.
Is there any workaround for asyn. call in Digital UNIX...
PAMS_GET_MSGA <--- only reside on VMS
according 280.*, GET_MSGA was supposed to be implemented by DMQ v2.
Yet, as of today DMQ v4.0 field test is already out... and I still see
no sign of PAMS_GET_MSGA...
Any help will be appreciated...
Alex Wu
[email protected]
Digital NSIS
(206) 8416046
|
|
there is not get_msga under UNIX. it is still on the table for
a future release. i personally am dead set against ever imple-
menting it. users, imo, are better served by our making the
code thread safe which allows them to make blocking calls with-
out the need for polls or asynchronous triggers. but the issue
is still under debate.
also, despite what is in note 280, any implementation of
pams_get_msga on the non-VMS platforms will semantically be very
different from the exiting VMS behavior.
_sjz.
|