L
Lee Silver
We are in the process of converting a VB-6 DLL with about 100 classes to .NET as
part of the process of transforming a VB-6 app into an ASP app. Data that is
used by more than one of the Classes (e.g. configuration) is stored in variables
in a Module in the DLL.
Question: When more than one user is using the ASP app (and hence the DLL) at
the same time, do they have separate instances of the Module-level data or is
that shared amongst all users?
--
// Lee Silver
// Information Concepts Inc.
// http://www.information-concepts.com
Facilitating the automated conversion of Data into Information
since 1982
part of the process of transforming a VB-6 app into an ASP app. Data that is
used by more than one of the Classes (e.g. configuration) is stored in variables
in a Module in the DLL.
Question: When more than one user is using the ASP app (and hence the DLL) at
the same time, do they have separate instances of the Module-level data or is
that shared amongst all users?
--
// Lee Silver
// Information Concepts Inc.
// http://www.information-concepts.com
Facilitating the automated conversion of Data into Information
since 1982