Re: [Oorexx-devel] OpenIndiana revision 11562

2018-12-04 Thread Jason Martin



On 12/04/18 02:57 PM, Erich Steinböck wrote:
Jason, we're currently in the process of switching from a system-wide 
rxapi daemon to a per-user rxapi process.
I wouldn't know if the patch you're referring to still applies ... 
you're providing scarce detail.


That is what I meant by Drop / Close. My rxapi.xml was system-wide like 
the old ones for other OSes.




Regarding rxqueue, all these man page examples work as expected on 
Linux.  Note that external Rexx Queues have to be created before they 
can be used, e. g. q = .RexxQueue~new('myq') or call rxqueue 'o', 'myq'




It's a man page. It looks or reads like I can do this from the command 
line without writing code.
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] OpenIndiana revision 11562

2018-12-04 Thread Erich Steinböck
Jason, we're currently in the process of switching from a system-wide rxapi
daemon to a per-user rxapi process.
I wouldn't know if the patch you're referring to still applies ... you're
providing scarce detail.

Regarding rxqueue, all these man page examples work as expected on Linux.
Note that external Rexx Queues have to be created before they can be used,
e. g. q = .RexxQueue~new('myq') or call rxqueue 'o', 'myq'

On Tue, Dec 4, 2018 at 4:08 AM Jason Martin  wrote:

> Multiple runs all tests pass.
>
> Drop/Close:
>
> https://sourceforge.net/p/oorexx/patches/205/
>
>
> man rxqueue: This still does not work but I believe there is a bug
> created already.
>
>
> ls | rxqueue MYQ /LIFO
>Place the output from the ls command onto the MYQ queue
> in last-
>in first-out order
>
> export RXQUEUE=MYQ;rxqueue /CLEAR
>Clear the contents of MYQ
>
>
>
> ___
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] OpenIndiana revision 11562

2018-12-03 Thread Jason Martin

Multiple runs all tests pass.

Drop/Close:

https://sourceforge.net/p/oorexx/patches/205/


man rxqueue: This still does not work but I believe there is a bug 
created already.



   ls | rxqueue MYQ /LIFO
  Place the output from the ls command onto the MYQ queue 
in last-

  in first-out order

   export RXQUEUE=MYQ;rxqueue /CLEAR
  Clear the contents of MYQ



___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel