h On Sun, Nov 29, 2009 at 8:18 AM, Kurt Marquart <[email protected]> wrote: > I have just started using the latest version of ooRexx and I have two > issues to resolve.. > > 1. My firewall (ZoneAlarm) detects an attempt to open a port (10010) > to the network. Can I disable this? I always block applications > that I don't know what they are attempting to do on the network. The connection to port 10010 is a localhost connection for the process where your program is running to communicate with the rxapi server. This is not connecting to the outside network.
> 2. A separate copy of 'rxapi.exe' appears to be loaded each time I > run an ooRex application. How can I avoid getting more than one > copy in memory? Configure your firewall to always allow the connection. A connection failure causes the new copy to get launched. > > My OS is WinXP SP2. > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Oorexx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-users > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Oorexx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-users
