Jump to content

RexxIPC: Difference between revisions

From EDM2
Created page with "The RexxIPC library provides access to OS/2 Inter Process Communication capabilities for Rexx programs. Threads, named pipes, semaphores (event, mutex and muxwait) and queues are..."
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The RexxIPC library provides access to OS/2 Inter Process Communication capabilities for Rexx programs. Threads, named pipes, semaphores (event, mutex and muxwait) and queues are supported.
The RexxIPC library provides access to OS/2 Inter Process Communication capabilities for Rexx programs. Threads, named pipes, semaphores (event, mutex and muxwait) and queues are supported.


==Links==
==Functions==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/rexx&file=rexxipc-src.zip RexxIPC library 1.30-001] 
* IPCContextClose
* IPCContextCreate
* IPCContextQuery
* IPCContextResult
* IPCContextWait
* IPCLoadFuncs
* IPCDropFuncs
* IPCVersion
* PipeLoadFuncs
* PipeDropFuncs
* ProcLoadFuncs
* ProcDropFuncs
* QueueLoadFuncs
* QueueDropFuncs
* SemLoadFuncs
* SemDropFuncs


==Author==
==License==
* [[Serge Brisson]]
* LGPL
* Author: Serge Brisson


==License==
==Links==
Open Source. LGPL.
* [https://hobbes.nmsu.edu/?search=RexxIPC_1-30r001 RexxIPC library 1.30-001]
* [https://github.com/OS2World/LIB-REXX-RexxIPC Source code at Github]


[[Category:Tools]]
[[Category:REXX Function Library]]

Latest revision as of 19:32, 4 December 2022

The RexxIPC library provides access to OS/2 Inter Process Communication capabilities for Rexx programs. Threads, named pipes, semaphores (event, mutex and muxwait) and queues are supported.

Functions

  • IPCContextClose
  • IPCContextCreate
  • IPCContextQuery
  • IPCContextResult
  • IPCContextWait
  • IPCLoadFuncs
  • IPCDropFuncs
  • IPCVersion
  • PipeLoadFuncs
  • PipeDropFuncs
  • ProcLoadFuncs
  • ProcDropFuncs
  • QueueLoadFuncs
  • QueueDropFuncs
  • SemLoadFuncs
  • SemDropFuncs

License

  • LGPL
  • Author: Serge Brisson

Links