Forums/GSS Tips & Tricks

TopazLauncher 1.0 019.0

Paul Baumann May 17, 2010

TopazLauncher allows you to easily execute code in a separate GS/S Gem. TopazLauncher is frequently used to distribute workload across multiple gems. It allows context to be passed between gems and for gem execution to be monitored.

Examples:
    TopazLauncher syncExec: 'self class name' user: 'SystemUser' password: 'swordfish'.
    TopazLauncher asyncExec: [:sessionData | sessionData class name] user: 'SystemUser' password: 'swordfish'.

Look to class-side #documentation methods for more information.

Paul Baumann