I've never tried this, but you could store things into main using one
handler and retrieve them with another, provided that you cleaned up
afterward. If, for any reason you failed to cleanup, the server
would leak memory... not that it doesn't already.
Robert Landrum
>Paul J. Lucas ([EMAIL PROTECTED]) said something to this effect on
>01/30/2001:
>> Perhaps I've missed it, but is there a better way than the
>> "notes" mechanism to pass data among handlers?
>>
>> The "notes" mechanism not only requires the notes to be
>> scalars, but, apparantly, said scalars must also be simple
>> strings, i.e., no binary data crammed into a scalar.
>>
>> Better ideas? Odds of enhancing the "notes" mechanism?
>
>Paul,