Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP COM Server in MTS could not release. why?
Message
De
07/03/1999 03:35:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
VFP COM Server in MTS could not release. why?
Divers
Thread ID:
00194952
Message ID:
00194952
Vues:
50
Hi~ all Folks......
I used VFP COM Server ( In process Dll ) with MTS
in Global.ASA
I Coded below this.

*************************************************
Sub session_onStart
Set oObj = Server.CreateObject("dev99.dev99")
Set Session("main") = oObj
End Sub

Sub session_onEnd
Session("main")=nothing
End Sub
*****************************************************

But when on Session is Out,
My COM in MTS could not be released.
So Whenever hited my site, the number of VFP COM Server that called by ASP is increased.

Why my dll is not released?
I surelly coded in session_onEnd event => Session("main")=nothing

Do you know why?
Thanks.
Lee
Microsoft MVP(.NET)
funnyfox@dotnetxpert.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform