Jack Woehr wrote: > Rick McGuire wrote: > >> ooRexx has launches a daemon process call rxapi, >> > Does it matter that the script bin/rxapid is hideously wrong > for OpenBSD? Or is that just an optional tool for launching > rxapi at bootup? > > Jack -
The current rxapid is based on what is needed for Red Hat, Fedora and Suse. I have no BSD experience and very little Ubuntu experience. So I can not comment on how the script might be modified for BSD. Please note that ONE and only ONE copy of rxapi should be running at any time. Subsequent copies will not be able to open the listening socket/port for connections. Only the first daemon can open that socket/port. That is why rxapi must be run as a system daemon. Of course any number of ooRexx client processes can connect to that socket/port. If you have other questions about the daemon just post them to the list. David Ashley ------------------------------------------------------------------------- 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
