[Toc][Index]

SRE2003 Internet Interface


Name     SRE2003 Internet Interface 
Version  v1.12a
Author   Daniel Hellerstein 
         (see EMail Addresses)
         Timur Kazimirov 
         (see EMail Addresses)
Distrib. GNU Freeware 
Type     REXX DLL 
Price    -
Source   Internet 
         Name: sre2003_112a.* 

"SRE2003 is an Internet interface for OS/2. More precisely, SRE2003 
provides a set of functions and capabilties that allow you to implement a 
web server through a filter program that is written in REXX." 
(see also SREhttp/2) 
This package contains the REXX DLLs SRXFUNC.DLL, and RXPROC.DLL. 
Also included are rxGZlib - GZIP compression procedures for OS/2 REXX, 
REXXLIB.DLL from Quercus Systesm, FileREXX - File I/O & IOCTL for REXX, 
and MKey. 
SRXFUNC.DLL exports the following functions (as of 9 April 2000): 
 
 srxloadfuncs 
    Loads the SRXFUNC functions 
 srxunloadfuncs 
    Unloads the SRXFUNC functions 
 srx_MD4( string ) 
    calculate md4 of a string 
 srx_MD5( string ) 
    calculate md5 of string 
 srx_sha( string ) 
    calculate sha-1 hash of a string 
 srx_roll32( stringn ) 
    calculate a "rolling checksum" of a string 
 srx_count_chars( astring ) 
     A 2046 (256*8) hex character string. The nth 8 byte character 
    substring is the number of occurences of the "nth-1" character. For 
    example, the number of occurences of "A" (ascii 65) would be: 
    noccurences=x2c(substr(stuff,((65-1)*8)+1,8)) 
 
 RXPROC.DLL exports the following functions (as of 24 May 2000): 
 
 RxPrcLoadFuncs 
    Load the functions from the DLL 
 RxPrcUnloadFuncs 
    Unload the functions from the DLL 
 RxProcGetPid() 
    Returns the process id of the calling process 
 RxPrcKillProcess( pid ) 
    Kill a process pid 
 RxNThreads( apid ) 
    Return the number of threads running under process number apid 
 RxListThreads( apid ) 
    Returns a space delimited list of the thread ids currently running 
    under process number apid 
 RxPrcKillThread( tnum ) 
    Kill the thread tnum in the current process 
 RxGetSockStat( stemvar ) 
    Load socket information into the stem_var stem variable 
 RxLoadVars( dumpfile ) 
    Loads variables with their contents from a dumpfile created by the 
    function SysDumpVariables from the RexxUtil library. 
 RxProcQueueExists( queue_name ) 
    Returns the number of elements in a given queue or a negative number 
    if the queue does not exist 
 
 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs