|
-
Sep 3rd, 2008, 10:57 PM
#1
Thread Starter
Fanatic Member
[2005] .Net Remoting Design Help
Im developing a system where scheduled applications will send notifications to our server application. If these notifications are received on the server it means the client app is running fine.
all the client apps will incorporate a library to make a remoting call to the remoting server.
there will be another client app [Manager] to connect to the remoting server where it will return the details on wether the other client applications have made communication with the server.
My design question is to do with the server:
-what is the best way to store this data. should i use a static object in memory(some form of collection object) or maybe use an xml file?
-since several clients will be calling the remote server to update the data store
will there be locking issues?
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|