I manage a pretty massive intranet system that currently uses session state to hold the majority of a user's permissions, group access lists, preferences, etc. In the beginning, that approach worked fine, but now, we are reaching the point where the tax on server memory is affecting performance.
So, my three-part question is:
a) Is a COM object the best way to encapsulate data for an ASP/SQL 2000 application (not yet migrated to .Net).
b) Is their a non-binary/non-DLL way to go about this?
c) If not COM, then what?
I am loosely basing this on the idea of enterprise Java beans, but it may not be a valid comparison. Thanks for any suggestions! I've only used a few third-party COM objects, so this will be a newbie scenario.
So, my three-part question is:
a) Is a COM object the best way to encapsulate data for an ASP/SQL 2000 application (not yet migrated to .Net).
b) Is their a non-binary/non-DLL way to go about this?
c) If not COM, then what?
I am loosely basing this on the idea of enterprise Java beans, but it may not be a valid comparison. Thanks for any suggestions! I've only used a few third-party COM objects, so this will be a newbie scenario.