In the
|
Name must not be more than 15 characters because of $ASCEFC. |
$ASCEFC (Associate Common Event Flag Cluster) limitations are mentioned, but
|
#define qdb_cNameDbLock "/tmp/pwr_qdb_lock" |
is already longer than 15 (it is 18)
hence the question:
Is VMS compatibility is still a goal or all of VMS-related stuff can be disregarded/deleted?
and also:
what are the actual limitations on shared memory section names then?
In the
proview/src/lib/rt/src/rt_sect.c
Line 69 in dded2fc
$ASCEFC (Associate Common Event Flag Cluster) limitations are mentioned, but
proview/src/lib/rt/src/rt_qdb.h
Line 76 in dded2fc
is already longer than 15 (it is 18)
hence the question:
Is VMS compatibility is still a goal or all of VMS-related stuff can be disregarded/deleted?
and also:
what are the actual limitations on shared memory section names then?