|
Home > Archive > Commerce Server General > September 2004 > MessageManager / Cache problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MessageManager / Cache problem
|
|
|
| Hi,
we've developed a international, multilingual, commerce site based on
Commerce Server 2000. The usage and user amount has grown and now we've
started to experience problems with the MessageManager caching.
We use the MessageManager object to store site information as explained at
http://msdn.microsoft.com/library/d...velopglobal.asp ,
(i.e buttontext 'OK', buttontext 'Search', but also larger texts).
For some reason the texts are being mixed up, but only within the language.
Refreshing the cache helps, but after a couple of hours or days the texts
are mixed up again and we need to refresh them again.
It seems there is something strange going on when the site is under heavy
load. The same thing does NOT happen in the dev. environment nor in the test
environment.
Did anyone experience this problem? Need some guidence here.
br/Erik
| |
| Nihit Kaul [MSFT] 2004-09-23, 5:51 pm |
| Hi Erik,
Have you tried setting the RefreshInterval property of the CacheManager
object that you are using to store the settings?
The default I believe, is set to zero, which means that the cache is never
refreshed. Maybe in your case, setting that property to something like once
every 24 hours would suffice.
It is also possible that there is a bug in the cache manager or message
manager, in which case you will need to go through product support for a
possible hotfix.
Thanks,
Nihit Kaul[MSFT]
Commerce Server
http://blogs.msdn.com/nihitk
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "EP" <erple@hotmail.com>
Subject: MessageManager / Cache problem
Date: Mon, 20 Sep 2004 17:13:41 +0200
Lines: 22
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <eLB8wRynEHA.2300@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: h98n1fls303o291.telia.com 81.226.68.98
Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:14796
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
we've developed a international, multilingual, commerce site based on
Commerce Server 2000. The usage and user amount has grown and now we've
started to experience problems with the MessageManager caching.
We use the MessageManager object to store site information as explained at
http://msdn.microsoft.com/library/d...-us/dncomsrv/ht
ml/developglobal.asp ,
(i.e buttontext 'OK', buttontext 'Search', but also larger texts).
For some reason the texts are being mixed up, but only within the language.
Refreshing the cache helps, but after a couple of hours or days the texts
are mixed up again and we need to refresh them again.
It seems there is something strange going on when the site is under heavy
load. The same thing does NOT happen in the dev. environment nor in the test
environment.
Did anyone experience this problem? Need some guidence here.
br/Erik
|
|
|
|
|