Re: [AOLSERVER] namespace?

2003-02-25 Thread Jeff Hobbs
> I'm still trying to understand exactly what good namespace really is. > What are the advantages? Any examples of what it can be used for? It is just useful for code encapsulation, so you can create procs without the worry of having other code with similar proc names stomp on it. > Are there an

[AOLSERVER] namespace?

2003-02-25 Thread DonaldFEvans
I'm still trying to understand exactly what good namespace really is.  What are the advantages?  Any examples of what it can be used for?  Are there any performance considerations? I. To remove yourself from this list: Send a message to "[EMAIL PROTECTED]" with the following text in t

Re: [AOLSERVER] namespace question

2001-05-15 Thread ricard helene
I asked something similar recently. As far as I can tell, what you are talking about won't really work. But you can use the nscache module -- I forgot where it is. It works perfect for me -- I use it along with the ns_cache api commands for content caching. -derek --- Sean Owen <[EMAIL PROTEC

Re: [AOLSERVER] namespace question

2001-05-15 Thread Sean Owen
Rob, We're using version 3.3.1. (Please respond to the list, our mail server has crashed :)) Thanks for your help, Sean On Tue, 15 May 2001 18:38:12 -0500, Rob Mayoff <[EMAIL PROTECTED]> wrote: >What version of AOLserver are you using? > >> Well this is useful information, because procs are the

Re: [AOLSERVER] namespace question

2001-05-15 Thread Rob Mayoff
What version of AOLserver are you using? > Well this is useful information, because procs are the only thing I want to > persist. However, I can't seem to get this to work.

Re: [AOLSERVER] namespace question

2001-05-15 Thread Sean Owen
riginal Message- From: AOLserver Discussion [mailto:[EMAIL PROTECTED]]On Behalf Of Rob Mayoff Sent: Tuesday, May 15, 2001 3:55 PM To: [EMAIL PROTECTED] Subject: Re: [AOLSERVER] namespace question > I'm experimenting with tcl namespaces on AOLServer. It is never explicitly > state

Re: [AOLSERVER] namespace question

2001-05-15 Thread Rob Mayoff
+-- On May 15, Rob Mayoff said: > That means that if the thread executes the same import thread > again while processing a later connection, it will get an error. That should say: That means that if the thread executes the same import command again while processing a later connection, it

Re: [AOLSERVER] namespace question

2001-05-15 Thread Rob Mayoff
> I'm experimenting with tcl namespaces on AOLServer. It is never explicitly > stated in the docs, but am I to assume that namespaces are associated with > the threads that create them, and are destroyed when said threads exit? Namespaces are not well-supported in AOLserver at the moment. Procs

[AOLSERVER] namespace question

2001-05-15 Thread Sean Owen
I'm experimenting with tcl namespaces on AOLServer. It is never explicitly stated in the docs, but am I to assume that namespaces are associated with the threads that create them, and are destroyed when said threads exit? To put this in context, suppose there's a namespace I'd like to have availa