On 2/5/06, Gregory Woodhouse <[EMAIL PROTECTED]> wrote:
> Kevin,
> Try setting ZTQUEUED (to anything) right before making the DB
> call. Yeah, a kludge - but it might stop some of the messages.
Don't do that. Lying to the system (telling it that a process is
running in the background in this case) is almost always a bad idea,
because there could be unknown side effects. If you must do something
here, it is preferable to open and USE the NULL device (so that all
terminal output will be redirected there).
