Author |
Message
|
Prasi |
Posted: Sat Mar 17, 2012 10:11 pm Post subject: Cache variables |
|
|
Apprentice
Joined: 03 Aug 2011 Posts: 42
|
Hi,
Could you please tell where the cached variables get stored (in which memory)? |
|
Back to top |
|
 |
adubya |
Posted: Sun Mar 18, 2012 12:48 am Post subject: |
|
|
Partisan
Joined: 25 Aug 2011 Posts: 377 Location: GU12, UK
|
What type of cached variable ? A SHARED variable ? The IA91 Cache Node support pac ? |
|
Back to top |
|
 |
Prasi |
Posted: Sun Mar 18, 2012 2:40 am Post subject: |
|
|
Apprentice
Joined: 03 Aug 2011 Posts: 42
|
Hi,
Its a A SHARED variable. |
|
Back to top |
|
 |
mqjeff |
Posted: Sun Mar 18, 2012 8:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Can you please explain what kinds of memory you think is available?
What do the rules on shared variables say?
From what kinds of objects are they available?
Are they available from all flows on all EGs on all brokers?
Or is it smaller than that?
If it's smaller than that, what kind of container is it that holds them?
What kind of memory does that container have access to? |
|
Back to top |
|
 |
Vitor |
Posted: Sun Mar 18, 2012 8:26 am Post subject: Re: Cache variables |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Prasi wrote: |
Could you please tell where the cached variables get stored (in which memory)? |
The kind of memory attached to your server. How many kinds do you think there are?
A more important question is why do you care? Are you running out of some kind of memory? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Prasi |
Posted: Sun Mar 18, 2012 10:14 am Post subject: |
|
|
Apprentice
Joined: 03 Aug 2011 Posts: 42
|
Yes... I really have lots of shared variables... So wanted to where these variables are gettin stored??? |
|
Back to top |
|
 |
Vitor |
Posted: Sun Mar 18, 2012 1:48 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Prasi wrote: |
I really have lots of shared variables... |
I'd question your design. I'm not saying it's wrong, but if you have so many shared variables you're worried about it then it's time to at least consider other options.
Prasi wrote: |
So wanted to where these variables are gettin stored??? |
In the memory used by the runtime. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|