Re: Sharing sessions between asynchronous AdomdConnection objects.
- From: "Jeje" <willgart@xxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 22:19:42 -0400
you have to take care if you create session level object
like session level set or members
in this case these objects are store in the session and available to any
request done through this sessionid.
this is also an advantage, you create a set then you share it to the
following queries without recreating it.
from a performance point of view its good (and recommended) to reuse the
same sessionid.
opening a new session is slower then using an existing one.
"Terry Smith" <TerrySmith@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E51DFBE0-A1E8-409E-A5A5-62C317174637@xxxxxxxxxxxxxxxx
When performing multiple Adomd reads asynchronously, what are the
pitfalls,
if any, of multiple AdomdConnection objects using the same SessionID? Is
this
OK? Is it the preferred way of doing things?
Thanks,
Terry
______________________
Terry Smith
Senior Architect
Insight Ecosystems
http://www.insightecosystems.com
.
- Prev by Date: Re: Problems migrating cubes from AS 2000 to AS 2005
- Next by Date: Using AMO for parallel processing
- Previous by thread: Re: Problems migrating cubes from AS 2000 to AS 2005
- Next by thread: Using AMO for parallel processing
- Index(es):
Relevant Pages
|