Using the XPA messaging system

Using the XPA messaging system

In your Julia code/session, it is sufficient to do:

import XPA

or:

using XPA

This makes almost no differences as nothing, but XPA_VERSION (the version of the XPA dynamic library), is exported by the XPA module. This means that all methods or constants are prefixed by XPA.. You may change the suffix, for instance:

using XPA
const xpa = XPA

The implemented methods are described in what follows, first the client side, then the server side and finally some utilities. More extensive XPA documentation can be found here.