In particular, it does not usually
make sense to use Fork with AuthBy SQL, AuthBy FILE, AuthBy LDAP2 or any
of the other common authentication methods provided with Radiator.
Further, some SQL and LDAP client libraries are not robust across forks.
You might want to consider using Fork with AuthBy EXTERNAL or a custom
authentication module if it needs to do significant amounts of IO, or to
communicate with a remote system.
# This AuthBy EXTERNAL program is very slow, and does lots of IO
Fork