Previous | Next | Contents | Index |
inline
, noinline
)
Normally, look ups using the directory channel are queued to the
directory channel itself and processed by the directory channel master
program. When the channel keyword inline
is specified on
the directory channel, then look ups are done immediately, similar to
the way look ups are done to the alias database. noinline
is the default. These keywords only apply to directory channels. See
Section 3.2.2 for more information.
Previous | Next | Contents | Index |