All of the manager subsystems run in the rxapi process.  They are just
object instances that manage each of the APIs inside rxapi, so nothing
else gets started other than rxapi.

Rick

On Wed, Oct 22, 2008 at 1:20 PM, Jack Woehr <[EMAIL PROTECTED]> wrote:
> Rick McGuire wrote:
>> One of the first things the Rexx client will do will contact the rxapi
>> daemon asking it to create a "session queue" for that process.
>>
> I've traced through this in gdb. It seems to execute correctly.
>>  In-bound
>> requests get dispatched to 1 of 3 subsystems (the queue manager, the
>> registration manager, or the macrospace manager).
>>
> Yes, this is where I got to in my trace. When the APIServer
> gets its first request after the initial hello, it's for the Queue
> Manager. That's where it goes away, and that's where I noticed
> it because any terminal i/o request from OORexx is where it hangs.
>
> So I guess I should break on the entry to the Queue Manager.
>> The place to debug this would be in the rxapi code,
>> not the client.
> I've only been debugging rxapi. I commented out RUN_AS_DAEMON
> as my first step :)
>>   And yes, you are the first "archeologist" here, since
>> the same code and processing is working just fine on at least 5 OS's
>> and multiple hardware architecture variants of those.
>>
> I think it's something along the lines of whatever process the Q mgr is,
> it doesn't start.
>
> Maybe just the difference in the setup. I had no idea until
> recently when I found the init file that rxapi was started in
> init.d on Linux.
>
> Is anything supposed to get started in init for the Q?
>
> --
> 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

Reply via email to