Does it mean that custom scoped variables are unaffected by the value of variableTimeout? Or is this another Tango issue?
A. > -----Original Message----- > From: Ben Johansen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 18, 2002 5:48 PM > To: Multiple recipients of list witango-talk > Subject: RE: Witango-Talk: Variable Store Size > > > The custom scope is most likely your culprit. > You'll have to maintain the purging of these variables. > In other words you will need to track the user's that are in > the system > and when the last one leaves you'll need to purge all the variables in > of their custom scope or place the purge at the end of the TAF > > > Ben Johansen - http://www.pcforge.com > Authorized WiTango Reseller http://www.pcforge.com/WiTangoGoodies.htm > Latest downloads & List Archives @ http://www.witango.ws > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Alexander Zatko > Sent: Thursday, April 18, 2002 2:40 PM > To: Multiple recipients of list witango-talk > Subject: RE: Witango-Talk: Variable Store Size > > 1) I use only local, user and custom scopes. One of the > custom scopes is > keyed to a user scope like this: > > <@VAR name="someName" SCOPE="compID_@@user$id"> > > The reason for using this scope is that I want certain variables to be > accessible to different users belonging to the same company identified > by > @@user$id > > Other custom scopes are just strings like "myscope" > > 2) the default scope is "user". > > Thanks > > > -----Original Message----- > > From: Ben Johansen [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 18, 2002 5:16 PM > > To: Multiple recipients of list witango-talk > > Subject: RE: Witango-Talk: Variable Store Size > > > > > > What scope are you using for your variables? > > Are using default scope? What is the default scope set up > as in your > > server configuration? It is usually local scope. > > > > You should only be using application or domain scope for limited > > purposes and not for all the applications variables. > > > > > > Ben Johansen - http://www.pcforge.com > > Authorized WiTango Reseller > http://www.pcforge.com/WiTangoGoodies.htm > > Latest downloads & List Archives @ http://www.witango.ws > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On Behalf Of Alexander Zatko > > Sent: Thursday, April 18, 2002 11:37 AM > > To: Multiple recipients of list witango-talk > > Subject: Witango-Talk: Variable Store Size > > > > Tango 2000 Application Server 4.00.087 > > WindowsNT/5.0; INTEL > > > > In Tango Configuration Manager/Server Status I see number of > > Shared Keys > > and > > Shared Vars go up all the time. I have set variableTimeout to 30 > > minutes, > > which I would suspect should re-claim memory and decrease the > > numbers of > > shared keys and vars, but this is not happening. As a > > consequence I have > > to > > re-start the service every couple of days. Do I have a configuration > > problem > > on the server? Or should I do anything to my code? > > > > Thanks > > > > Alexander > > ______________________________________________________________ > > __________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > > [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > > > > > > > ______________________________________________________________ > > __________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to > > [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > > ______________________________________________________________ > __________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > > ______________________________________________________________ > __________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to > [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
