[Info-vax] VMS process communication

Arne Vajhøj arne at vajhoej.dk
Mon Sep 12 18:58:41 EDT 2022


I did a little writeup:

https://www.vajhoej.dk/arne/articles/vmsipc.html

Content:

     Introduction
     Shared Memory
         Concept
         Demo
         System Service (C, Fortran, Pascal)
     Memory Mapped File
         Concept
         Demo
         System Service (C, Fortran, Pascal)
     Writeable Shareable Image
         Concept
         Demo
         Linker/installer (Fortran, Pascal, C, Basic)
     TCP/IP Socket
         Concept
         Demo
         Java API (Java)
         C API (C)
         Python API (Python, Jython)
         Wrapper C API (Fortran, Pascal, Cobol, Basic)
     Message Queue
         Concept
         Demo
         JMS API (Java, Jython)
         STOMP C library (C)
         STOMP Python library (Python)
         Wrapper C STOMP library (Fortran, Pascal, Cobol, Basic)
     Index Sequential File
         Concept
         Demo
         Language builtin (Pascal, Cobol, Basic, Fortran)
         RMS API (C)
         VMS Python IndexedFile (Python)
         JVM ISAM library (Java, Jython)
     SQLite Database
         Concept
         Demo
         C API (C)
         Python API (Python, Jython)
         JDBC API (Java)
         JPA API (Java, Jython)
         Wrapper C API (Pascal)

Arne



More information about the Info-vax mailing list