D
Diego F.
I need to store a hash table in memory all the time. I thought about
remoting, having a server application running with the table, then a web
service that communicates with the server and finally the clients (pocket pc
applications). Someone told me about storing the table in application
object, so it is available during all execution. But, where should I store
it? In the web service? I assume that with that I don't need the server
object.
Regards,
Diego F.
remoting, having a server application running with the table, then a web
service that communicates with the server and finally the clients (pocket pc
applications). Someone told me about storing the table in application
object, so it is available during all execution. But, where should I store
it? In the web service? I assume that with that I don't need the server
object.
Regards,
Diego F.