Click here to Skip to main content
15,885,196 members
Home / Discussions / C#
   

C#

 
QuestionHow to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 5:47
lvq68410-Oct-09 5:47 
AnswerRe: How to get md5 value or alike from arraylist? Pin
Richard MacCutchan10-Oct-09 5:53
mveRichard MacCutchan10-Oct-09 5:53 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 5:56
lvq68410-Oct-09 5:56 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Richard MacCutchan10-Oct-09 6:18
mveRichard MacCutchan10-Oct-09 6:18 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 6:31
lvq68410-Oct-09 6:31 
GeneralRe: How to get md5 value or alike from arraylist? Pin
Xmen Real 10-Oct-09 20:26
professional Xmen Real 10-Oct-09 20:26 
AnswerRe: How to get md5 value or alike from arraylist? Pin
Luc Pattyn10-Oct-09 11:02
sitebuilderLuc Pattyn10-Oct-09 11:02 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 12:26
lvq68410-Oct-09 12:26 
Luc Pattyn wrote:

Tell us more, there is bound to be a good solution for a specific case.
What is the application? Is it only two arraylists? do they start off by being identical? how do they evolve? are things removed/modified/added? both sides? how frequent?


The application is one server and many clients. The server will start off by sending the clients a copy of the newly created arraylist/collection. From time to time, the server will remove/add items (probably strings) from the arraylist, and the clients will afterwards have to fetch the updated arraylist (or the updates?). I am using remoting, so i can pass objects between client and server. But instead of sending the client´s arraylist to compare it (would be a large data transfer if the array is big), i would like to calculate some kind of value based on the list´s content, so i can pass that value to the server and compare it that way.
Unless there are a better solution?

The comparison would probably be once every 5 seconds on each client (around 40 clients).

Thank you for your time! Smile | :)
GeneralRe: How to get md5 value or alike from arraylist? Pin
Luc Pattyn10-Oct-09 12:45
sitebuilderLuc Pattyn10-Oct-09 12:45 
GeneralRe: How to get md5 value or alike from arraylist? Pin
lvq68410-Oct-09 21:52
lvq68410-Oct-09 21:52 
QuestionDatabase build in c# Pin
JollyMansArt10-Oct-09 5:39
JollyMansArt10-Oct-09 5:39 
AnswerRe: Database build in c# Pin
Henry Minute10-Oct-09 5:57
Henry Minute10-Oct-09 5:57 
AnswerRe: Database build in c# Pin
Md. Marufuzzaman10-Oct-09 5:57
professionalMd. Marufuzzaman10-Oct-09 5:57 
QuestionRe: Database build in c# Pin
JollyMansArt10-Oct-09 6:34
JollyMansArt10-Oct-09 6:34 
AnswerRe: Database build in c# Pin
Md. Marufuzzaman10-Oct-09 6:50
professionalMd. Marufuzzaman10-Oct-09 6:50 
AnswerRe: Database build in c# Pin
Mycroft Holmes10-Oct-09 12:53
professionalMycroft Holmes10-Oct-09 12:53 
QuestionWhy I can send only one string to server-TCP Pin
Aljaz11110-Oct-09 4:10
Aljaz11110-Oct-09 4:10 
AnswerRe: Why I can send only one string to server-TCP Pin
Luc Pattyn10-Oct-09 5:29
sitebuilderLuc Pattyn10-Oct-09 5:29 
GeneralRe: Why I can send only one string to server-TCP Pin
Aljaz11110-Oct-09 6:12
Aljaz11110-Oct-09 6:12 
GeneralRe: Why I can send only one string to server-TCP Pin
Luc Pattyn10-Oct-09 6:17
sitebuilderLuc Pattyn10-Oct-09 6:17 
GeneralRe: Why I can send only one string to server-TCP Pin
Aljaz11110-Oct-09 7:34
Aljaz11110-Oct-09 7:34 
Question[Message Deleted] Pin
Fred 3410-Oct-09 4:03
Fred 3410-Oct-09 4:03 
AnswerRe: useful icon for developing desktop application Pin
Md. Marufuzzaman10-Oct-09 4:25
professionalMd. Marufuzzaman10-Oct-09 4:25 
QuestionDon't convert to the nearest decimal Pin
Etienne_12310-Oct-09 3:48
Etienne_12310-Oct-09 3:48 
AnswerRe: Don't convert to the nearest decimal Pin
Luc Pattyn10-Oct-09 3:53
sitebuilderLuc Pattyn10-Oct-09 3:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.