simi
February 21st, 2000, 08:22 PM
I am creating a web application in visual basic. As such I am using Web Classes. Each connection to the server creates an additional thread. Each of these threads creates a session object I have created. This session object does not keep a system wide global set of data, but for each thread the data is created.
Is it possible to get some sort of storage mechanism that can store data globally on a system besides writing it to a database or a file.
Thanks
David
Is it possible to get some sort of storage mechanism that can store data globally on a system besides writing it to a database or a file.
Thanks
David