Click here to Skip to main content
15,914,594 members
Home / Discussions / C#
   

C#

 
GeneralRe: Chilkat (.NET) components? Pin
Ravi Bhavnani10-Jan-09 10:48
professionalRavi Bhavnani10-Jan-09 10:48 
Questionlooping through variables whose names start with... Pin
LordZoster10-Jan-09 4:19
LordZoster10-Jan-09 4:19 
AnswerRe: looping through variables whose names start with... Pin
LordZoster10-Jan-09 4:32
LordZoster10-Jan-09 4:32 
GeneralRe: looping through variables whose names start with... Pin
Luc Pattyn10-Jan-09 5:03
sitebuilderLuc Pattyn10-Jan-09 5:03 
QuestionHow to write log file directly without annoying virtual memory Pin
vantoora10-Jan-09 2:38
vantoora10-Jan-09 2:38 
AnswerRe: How to write log file directly without annoying virtual memory Pin
Dave Kreskowiak10-Jan-09 2:49
mveDave Kreskowiak10-Jan-09 2:49 
GeneralRe: How to write log file directly without annoying virtual memory Pin
Luc Pattyn10-Jan-09 2:58
sitebuilderLuc Pattyn10-Jan-09 2:58 
GeneralRe: How to write log file directly without annoying virtual memory Pin
vantoora10-Jan-09 3:20
vantoora10-Jan-09 3:20 
Firstly, thanks for your prompt reply.

[Dave Kreskowiak]
Yeah this is what I want I think write the information directly as I find it, but I don't know how to make it.

[Luc Pattyn]
So you mean that I'll always get into trouble everytime I make my comparison ?

Let me explain to you first what my program do.

I have two servers with disk capacity around 7 To each.
The first one change everytime, 'cause it is like a transaction server, and second one is just for backing up the first one.
Let's say transaction server = 1A and backup server = 1B
Once someone made a transaction into 1A, it should be backed up to 1B but no need to delete files from 1B directly. Need to wait about two weeks and after that I should make a purge.
So my application is about purging files. Means that it compares first all files of the two servers and then lists those files before delete. It's at this level I'm into a trouble, making the comparison and then list all files.

So which solution should I adopt correctly ? Writing files directly inside a text file (by splitting if up to a specific size) or using a dictionnary or list... something like that. Or if have other solution I would appreciate it.

for information: my app is made with C# .NET 3.5

Thank you so much
GeneralRe: How to write log file directly without annoying virtual memory Pin
Luc Pattyn10-Jan-09 3:44
sitebuilderLuc Pattyn10-Jan-09 3:44 
GeneralRe: How to write log file directly without annoying virtual memory Pin
vantoora10-Jan-09 4:04
vantoora10-Jan-09 4:04 
QuestionUpdate TextBox from second Form Pin
wi5nia10-Jan-09 2:02
wi5nia10-Jan-09 2:02 
AnswerRe: Update TextBox from second Form Pin
Jason C Bourne10-Jan-09 2:11
Jason C Bourne10-Jan-09 2:11 
GeneralRe: Update TextBox from second Form Pin
DaveyM6910-Jan-09 6:38
professionalDaveyM6910-Jan-09 6:38 
GeneralRe: Update TextBox from second Form Pin
Jason C Bourne11-Jan-09 1:44
Jason C Bourne11-Jan-09 1:44 
AnswerRe: Update TextBox from second Form Pin
DaveyM6910-Jan-09 6:21
professionalDaveyM6910-Jan-09 6:21 
QuestionWord Search Style Game Pin
VinceAshbySmith10-Jan-09 1:21
VinceAshbySmith10-Jan-09 1:21 
AnswerRe: Word Search Style Game Pin
Eddy Vluggen10-Jan-09 1:42
professionalEddy Vluggen10-Jan-09 1:42 
GeneralRe: Word Search Style Game Pin
VinceAshbySmith10-Jan-09 2:06
VinceAshbySmith10-Jan-09 2:06 
GeneralRe: Word Search Style Game Pin
Jason C Bourne10-Jan-09 2:15
Jason C Bourne10-Jan-09 2:15 
GeneralRe: Word Search Style Game Pin
VinceAshbySmith10-Jan-09 2:30
VinceAshbySmith10-Jan-09 2:30 
GeneralRe: Word Search Style Game Pin
Jason C Bourne10-Jan-09 3:47
Jason C Bourne10-Jan-09 3:47 
GeneralRe: Word Search Style Game Pin
VinceAshbySmith10-Jan-09 5:01
VinceAshbySmith10-Jan-09 5:01 
GeneralRe: Word Search Style Game Pin
Jason C Bourne11-Jan-09 1:47
Jason C Bourne11-Jan-09 1:47 
GeneralRe: Word Search Style Game Pin
VinceAshbySmith11-Jan-09 10:50
VinceAshbySmith11-Jan-09 10:50 
GeneralRe: Word Search Style Game Pin
Eddy Vluggen10-Jan-09 9:23
professionalEddy Vluggen10-Jan-09 9:23 

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.