D
Diego F.
I know that CF doesn't support .NET Remoting but, does Web Services support
that?
I need a hash table in memory and clients accesing to it. In Windows Forms
it can be solved with remoting and singleton mode, but my clients are Pocket
PCs. The problem with WS is that I can't have the table in memory. Could I
have a kind of service (Windows forms), the web service and the mobile
clients? The idea is that the clients send objects to the WS and it sends
them to the service via remoting. Is that possible?
If not, how could I have a table in memory?
Regards,
Diego F.
that?
I need a hash table in memory and clients accesing to it. In Windows Forms
it can be solved with remoting and singleton mode, but my clients are Pocket
PCs. The problem with WS is that I can't have the table in memory. Could I
have a kind of service (Windows forms), the web service and the mobile
clients? The idea is that the clients send objects to the WS and it sends
them to the service via remoting. Is that possible?
If not, how could I have a table in memory?
Regards,
Diego F.