ooRexx has launches a daemon process call rxapi, which is used to manage the IPC used for queues, function registrations, and macrospace. That process is started when required, and converts itself to a system daemon that continues to run when the spawning Rexx process terminates.
Rick On Sat, Oct 11, 2008 at 12:46 PM, Jack Woehr <[EMAIL PROTECTED]> wrote: > Rick McGuire wrote: >> I've applied these patches, but it would be helpful in the future if >> you submitted patches using the Patches Tracker system: >> >> https://sourceforge.net/tracker/?group_id=119701&atid=684732 >> > Oops, had no idea it were there :) >> It's strange that you get similar >> symptoms with both 3.2.0 and 4.0, since those are radically different >> implementations. My best guess given the date you've provided is a >> problem with the semaphores, but that's only a guess based on the fact >> you're seeing problems with both versions. >> > I'll have to root through code and docs to understand better the > implemention of > OORexx. Without any study, it appears there are multiple processes running > when OORexx runs, right, since I can ^C out of rexx leaving another rexx > running in some fashion? > > -- > Jack J. Woehr # "Self-delusion is > http://www.well.com/~jax # half the battle!" > http://www.softwoehr.com # - Zippy the Pinhead > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
