H
hharry
hello all,
when using .net remoting, is there a way to preserve objects in memory
?
example scenario: zipcode/state lookup - for a given zipcode, return
the state.
i have a class library which contains one class with two functions
- load a hashtable of zip to state values
- for a given zip, lookup the value in the hashtable and return the
state value
the hashtable values are loaded from a sql database table
i have a console application which exposes the class library to
remoting clients
is there a way to preserve the hashtable contents between calls ?
thanks in advance
when using .net remoting, is there a way to preserve objects in memory
?
example scenario: zipcode/state lookup - for a given zipcode, return
the state.
i have a class library which contains one class with two functions
- load a hashtable of zip to state values
- for a given zip, lookup the value in the hashtable and return the
state value
the hashtable values are loaded from a sql database table
i have a console application which exposes the class library to
remoting clients
is there a way to preserve the hashtable contents between calls ?
thanks in advance