Jack Woehr wrote:
*Re: [Oorexx-devel] More Building 4.0 on OpenBSD 4.3*
From: Rick McGuire <[EMAIL PROTECTED]> - 2008-10-11 17:23
ooRexx has launches a daemon process call rxapi, which is used to
manage the IPC used for queues, function registrations, and
macrospace.
Here we see that yes, rexx is connecting to rxapi. So the hang must in the higher layers of the interface.

$ lsof | grep rexx rexx 2659 jax cwd VDIR 0,23 1024 8288915
   /usr/local/opt/ooRexx/share/ooRexx
   rexx       2659      jax  txt     VREG       0,20     42820   155908
   /usr/libexec/ld.so
   rexx       2659      jax  txt     VREG       0,20   1556143    77975
   /usr/lib/libpthread.so.9.0
   rexx       2659      jax  txt     VREG       0,23    294451  8288985
   /usr/local/opt/ooRexx/lib/ooRexx/librexxutil.so.4.0
   rexx       2659      jax  txt     VREG       0,20    547342    77966
   /usr/lib/libm.so.2.3
   rexx       2659      jax  txt     VREG       0,23  16647726  8288984
   /usr/local/opt/ooRexx/lib/ooRexx/librexx.so.4.0
   rexx       2659      jax  txt     VREG       0,23    873528  8288935
   /usr/local/opt/ooRexx/lib/ooRexx/librexxapi.so.4.0
   rexx       2659      jax  txt     VREG       0,20    955948    77981
   /usr/lib/libstdc++.so.44.0
   rexx       2659      jax  txt     VREG       0,20   3979046    78191
   /usr/lib/libc.so.43.0
   rexx       2659      jax  txt     VREG       0,23     28691  8288913
   /usr/local/opt/ooRexx/bin/rexx
   rexx       2659      jax  txt     VREG       0,19     57753    78101
   /var/run/ld.so.hints
   rexx       2659      jax    0u    VCHR        5,3    0t1901   130510
   /dev/ttyp3
   rexx       2659      jax    1u    VCHR        5,3    0t1901   130510
   /dev/ttyp3
   rexx       2659      jax    2u    VCHR        5,3    0t1901   130510
   /dev/ttyp3
rexx 2659 jax 3u PIPE 0xd9d43318 16384 ->0xd9d43480 rexx 2659 jax 4u PIPE 0xd9d43480 16384 ->0xd9d43318
   rexx       2659      jax    5u    IPv4 0xd9bd8e14       0t0      TCP
   localhost.jaxrcfb:3118->localhost.jaxrcfb:43332 (ESTABLISHED)
   $ lsof | grep rxapi
   rxapi      4847     root  cwd     VDIR       0,16       512        2 /
   rxapi      4847     root  txt     VREG       0,20   1556143    77975
   /usr/lib/libpthread.so.9.0
   rxapi      4847     root  txt     VREG       0,20    955948    77981
   /usr/lib/libstdc++.so.44.0
   rxapi      4847     root  txt     VREG       0,20   3979046    78191
   /usr/lib/libc.so.43.0
   rxapi      4847     root  txt     VREG       0,20    547342    77966
   /usr/lib/libm.so.2.3
   rxapi      4847     root  txt     VREG       0,20     42820   155908
   /usr/libexec/ld.so
   rxapi      4847     root  txt     VREG       0,23    492502  8288975
   /usr/local (/dev/wd1h)
   rxapi      4847     root  txt     VREG       0,19     57753    78101
   /var/run/ld.so.hints
   rxapi      4847     root    0u    IPv4 0xd9bd8c84       0t0      TCP
   localhost.jaxrcfb:43332 (LISTEN)
   rxapi      4847     root    1u    IPv4 0xd9bd8644       0t0      TCP
   localhost.jaxrcfb:43332->localhost.jaxrcfb:3118 (ESTABLISHED)
rxapi 4847 root 3u PIPE 0xd9d43750 16384 ->0xd9d435e8 rxapi 4847 root 4u PIPE 0xd9d435e8 16384 ->0xd9d43750

--
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

Reply via email to