session objects vs.custom httpcontext obj

  • Thread starter Thread starter Chance Hopkins
  • Start date Start date
C

Chance Hopkins

which if faster?

which has less overhead?

I'm guessing the custom httpcontext obj on both, if I'm wrong could someone fill me in.

Thx
 
an object set like this:

System.Runtime.Remoting.Messaging.CallContext.SetData(ContextKey,CoreContext);
 
Chance Hopkins said:
an object set like this:
System.Runtime.Remoting.Messaging.CallContext.SetData(ContextKey,CoreContext
);

That sort of context has nothing to do with HttpContext.
 
do you know if it have "less or more" overhead than an iis/aspnet session object? as far as memory and read/write time
 
**** you

John Saunders said:
Chance Hopkins said:
do you know if it have "less or more" overhead than an iis/aspnet session
object? as far as memory and read/write time

I don't know. Which is saltier, apples or oranges?
 
Chance Hopkins said:

How very professional.

My point was that you're asking the wrong question. The other type of
context has nothing at all to do with ASP.NET. Forget you ever heard of it.
 
your an idiot, I'm using it successfully...and that wasn't my question.

cause it WORKS!!!
 
Back
Top