Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP COM Server in MTS could not release. why?
Message
From
07/03/1999 03:35:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
VFP COM Server in MTS could not release. why?
Miscellaneous
Thread ID:
00194952
Message ID:
00194952
Views:
49
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
Next
Reply
Map
View

Click here to load this message in the networking platform