Getting Started
The customer uses our Packaging Assistant to isolate his binary code from its environment, allowing the code to run anywhere. The Packaging Assistant does a few checks to ensure that the binary conforms with our workflow, and then traces the running binary to discover all instances of the following:
- Non-standard Shared Libraries used
- Environment Variables accessed
- Data Files read
When execution tracing is complete, the PackagingAssistant creates a compressed file containing all of the program artifacts needed for execution which were discovered in the tracing step, plus some additional system configuration parameters.
This binary package is then uploaded by the customer to our server where it is queued for optimization. The customer receives email notification when the optimization process is complete.
Getting Started
The customer uses our Packaging Assistant to isolate his binary code from its environment, allowing the code to run anywhere. The Packaging Assistant does a few checks to ensure that the binary conforms with our workflow, and then traces the running binary to discover all instances of the following:
- Non-standard Shared Libraries used
- Environment Variables accessed
- Data Files read
When execution tracing is complete, the PackagingAssistant creates a compressed file containing all of the program artifacts needed for execution which were discovered in the tracing step, plus some additional system configuration parameters.
This binary package is then uploaded by the customer to our server where it is queued for optimization. The customer receives email notification when the optimization process is complete.