Go to the first, previous, next, last section, table of contents.


remote?

Function: remote? { arg -> tOrNil }
file: job.t
package: muf
status: alpha

Returns nil if the primary copy of arg is located on the current server, else a currently unspecified non-nil value.

(Application code should not normally care whether an object is remote, but there may be times when, for example, there is a choice of objects to be accessed, and access to local objects preferred for performance reasons.)


Go to the first, previous, next, last section, table of contents.