Hi,

Is there a way to set a global which stays in memory for the life of
the server and not just for the life of a request?

I am asking this because I want to set some server wide configuration
items and I do this at the moment:

global CFG

set CFG(ITEM_1) val_1
set CFG(ITEM_2) val_2

But unfortunately, it seems that this global does not stay in memory
for any longer than the life of 1 request.

Thank you

-- 
Xavier Bourguignon


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to