Bjørn Jørgensen
January 6th, 2000, 10:52 AM
I would like to a make an application that resides on a server and communicates with other instances of the same application residing on other servers. This I can handle. The thing is that I want to be able to call methods (set variables) in the application from an asp page, so I'll get some sort of component that has state and is NOT stateless. Any ideas as to how this can be done are welcome.