Jump to content

REXXSEM

From EDM2
Revision as of 16:43, 3 November 2012 by Martini (talk | contribs)

Description

REXXSEM is an OS/2-native DLL which allows REXX scripts (programs?) access to native OS/2 semaphoring APIs. A few other goodies are thrown in which can greatly simplify your REXX code in a number of other areas.

What is RXSem?

RXSem, at the basest level, is a DLL that provides your REXX scripts with access to the OS/2 semaphore APIs. Look at this library from a higher perspective, however, and you can see an OS/2 semaphore management subsystem. Over and above the simple API calls that OS/2 allows (all of which are available through RXSem), RXSem will keep track of your semaphores for you, allowing you to query RXSem for which semaphores you have in use for your given process.

RXSem is also developer-friendly with a unique capability for returning error messages that describe the current problem instead of aborting your script, as is normal for REXX libraries.

Finally, a few other goodies are thrown in which can greatly simplify your REXX code in a number of other areas (priority settings, process detection and killing, launching Netscape via DDE, word wrap, set window title).

Version

Links


License

RXSem is available on BMTMicro, where you will be able to get a key to enable the miscellaneous functions. In essence, RXSem is "optional" shareware. The large portion of its functionality (Mutex and Event semaphores) is unimpeded. Only some of its secondary functions will be blocked. The load, unload, create, and destroy functions will print a copyright message that will be silenced with a registration key. The registered version will not output anything you do not want (but is still copyrighted :-).

Related Articles

Author