De: Moritz Hoffmann <[email protected]>

I think a clean solution would be to use UNIX sockets on Linux and similar 
systems. I don't know about Mac or Windows but I'm sure there exists something 
equivalent. Then, each user would have its own instance of the api daemon that 
is accessible using a socket stored in the file system, either the user's home 
directory or a temporary directory. On Linux, various tools use this: tmux 
stores its socket in /tmp/tmux-$(id -u)/default. Adapting ooRexx to use such a 
schema should be fairly easy.

Hello Moritz,

It should. MacOSX is BSD-based, and is a full-on UNIX certified system. In 
fact, you can even download, compile and install the whole BSD port tree of 
software on it, via MacPorts and other similar projects.

--
— Erico Mendonça
Dedicated Support Engineer
SUSE

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to