Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How works SESSION?
Message
De
24/01/2002 07:23:02
 
 
À
24/01/2002 06:21:57
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00609570
Message ID:
00609586
Vues:
13
>Hi,
>
> I've created an application that establishes 3 connections with a Web server (IIS).
> The three connections call to different ASP that must share a same object (COM).
> I have tried to maintain the object with Session("COM "), but it is not accessible from the other ASP. Nevertheless if it works with Application("COM ").
> I want that by each usuario(program with three connections) is generated a different object.
>
> Can I maintain the same object for the three ASP (the same program) and that another user has another different object?
>
>Thanks.


Never put COM objects in Session variables. Your application will never scale and you'll run into performance issues.
Guy Barrette, MCSD
============
Blog http://weblogs.asp.net/guybarrette
Microsoft Regional Director, Montreal, Canada www.microsoft.com/rd
MVP, ASP.NET http://mvp.support.microsoft.com/
President, Montreal Visual Studio User Group www.guvsm.net
INETA Regional Rep for Quebec www.ineta.org
UniversalThread Magazine Columnist (.NET Books Review Column) www.utmag.com
Tech Chair French Track, DevTeach 2004 & 2005 www.devteach.com
Business Architect, Microsoft Team - Nurun Inc www.nurun.com
XBox Live Gamer Tag: Slomo QC CA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform