On Saturday 15 March 2003 17:53, you wrote: > then anywhere within that thread alone, I can access the global variable > userid or call get_userid in .adp files, right? Do new requests always get > a new thread?
New requests might get a new thread if there is no free thread in the connection pool. If there is, this free one will be used. Please note that you should not rely on its state, unless you've made state-changes persistent with ns_eval. HTH, Zoran I. To remove yourself from this list: Send a message to "[EMAIL PROTECTED]" with the following text in the BODY of your message: signoff aolserver II. For a complete list of listserv options please visit: http://listserv.aol.com/ III. For more AOLserver information please visit: http://www.aolserver.com/
