What is AcuConnect?
AcuConnect is the part of Acucorp’s client/server technology that allows portions of the application logic to run on different computers. For instance, a user may be logged on to a client machine and start a program there. Then the program may call a subroutine, which executes on the server. AcuConnect makes this possible. Back to top • What’s required to use AcuConnect? To use AcuConnect, you must have a TCP/IP network in place. In addition to the network software, you’ll need: • An AcuConnect-enabled runtime for each client machine (all ACUCOBOL-GT® runtimes, Version 3.2.2 and higher are AcuConnect-enabled.) • AcuConnect for each server machine • A valid runtime license file for each server machine. Back to top • How is an application prepared for use with AcuConnect? If your application is already broken out into called routines, it may not need modification. If not, the parts of the application that are to be run on the server must be broken out into separate called subroutines. On