I have a web service (written in VB6 compiled to a DLL) , and I need to use a single instance of a third party DLL in the code - ie create the object and all 'hits' on the web service use the same instance of the object rather than creating new instances.
Do you have any ideas of what architecture I could use to achieve this, ie where do I need to create and destroy the object? (in our DLL? somewhere else?). I set up the web service using the SOAP Toolkit v3. The web service is running on NT Server 4.0 SP6 and IIS 4.0.
Do you have any ideas of what architecture I could use to achieve this, ie where do I need to create and destroy the object? (in our DLL? somewhere else?). I set up the web service using the SOAP Toolkit v3. The web service is running on NT Server 4.0 SP6 and IIS 4.0.