AS2005: ADOMD.Net & sessionID problem
- From: "Jéjé" <willgart_A_@xxxxxxxxxxxxxx>
- Date: Mon, 10 Apr 2006 17:24:13 -0400
Hi,
I'm developping a web interface connected to an AS2005.
I open a connection, store the SessionID of this connection, then do
something.
next call will reuse the same sessionID, but don't found it.
So my code automatically create a new session.
when I close my connection I'm using this:
oConnection.Close(False) --> keep the session active on the server.
So the number of connections on my server growth too quickly.
I'm using a direct access to the server, not an HTTP-XML/A access.
using the profiler, I scan all accesses to the server and I see the
failures:
XML for Analysis parser: The 'A0EC33F8-7906-4B19-AB7E-E25069D8A31D' session
ID cannot be found. Either the session does not exist or it has already
expired.
For the moment I Close and release the session to release my server memory.
(.close(true) instead of .close(false))
But to improve the performance I want to reuse my session.
any idea?
what can I do or test?
thanks.
jerome.
.
- Prev by Date: Re: Adomd.net 9 connection to AS2000 Problem
- Next by Date: AS2005: automatic MOLAP cube as a linked object, no refresh?
- Previous by thread: Re: Adomd.net 9 connection to AS2000 Problem
- Next by thread: AS2005: automatic MOLAP cube as a linked object, no refresh?
- Index(es):
Relevant Pages
|