M
Michael Bird
I create a class in a server application that I make available for remoting
so client apps can get data from me. How do I keep the remoted data from
being garbage collected the entire time the server application is running
regardless of whether any clients are connecting or not?
I know it has something to do with the Lifetime Services, but I'm not what
exactly to change and how often I have to do it. I'm also not sure if I
play with the lifetime of the local data class I create, or the RefObj I get
back when I make the data available remotely.
so client apps can get data from me. How do I keep the remoted data from
being garbage collected the entire time the server application is running
regardless of whether any clients are connecting or not?
I know it has something to do with the Lifetime Services, but I'm not what
exactly to change and how often I have to do it. I'm also not sure if I
play with the lifetime of the local data class I create, or the RefObj I get
back when I make the data available remotely.