Click here to Skip to main content
15,888,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
PIEBALDconsult10-Feb-11 8:55
mvePIEBALDconsult10-Feb-11 8:55 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
MacRaider410-Feb-11 9:06
MacRaider410-Feb-11 9:06 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
Luc Pattyn10-Feb-11 9:16
sitebuilderLuc Pattyn10-Feb-11 9:16 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
PIEBALDconsult10-Feb-11 8:48
mvePIEBALDconsult10-Feb-11 8:48 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
MacRaider410-Feb-11 9:03
MacRaider410-Feb-11 9:03 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
MacRaider410-Feb-11 9:22
MacRaider410-Feb-11 9:22 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
PIEBALDconsult10-Feb-11 9:54
mvePIEBALDconsult10-Feb-11 9:54 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
MacRaider411-Feb-11 1:27
MacRaider411-Feb-11 1:27 
I'll have to look up services as I've never done anything with that before. Though I will say doing this project has made me a better C# programmer, at this rate in another year I'll be answering some of these questions for other people.

Some one else mentioned just doing this all in one pass, now that I'm looking back at my code I think that is a very good idea. Is this something I could do with the service or event?

I could then do my initial pass to get the number, then have a couple workers work on the list storing the data in arrays. Once those are done combine the arrays or better yet just have the arrays loaded stright into the database which should take no time at all even with checking to make sure that message isn't already there?
GeneralRe: Can you run the same function from two backgroundWorkers Pin
PIEBALDconsult11-Feb-11 2:01
mvePIEBALDconsult11-Feb-11 2:01 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
MacRaider411-Feb-11 2:42
MacRaider411-Feb-11 2:42 
GeneralRe: Can you run the same function from two backgroundWorkers Pin
PIEBALDconsult11-Feb-11 7:19
mvePIEBALDconsult11-Feb-11 7:19 
GeneralRe: Can you run the same function from two backgroundWorkers [modified] Pin
MacRaider411-Feb-11 7:27
MacRaider411-Feb-11 7:27 
QuestionTwo way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 3:58
mveRichard MacCutchan10-Feb-11 3:58 
AnswerRe: Two way data binding (DataGridView to SortedList) Pin
Eddy Vluggen10-Feb-11 4:16
professionalEddy Vluggen10-Feb-11 4:16 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 4:27
mveRichard MacCutchan10-Feb-11 4:27 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Eddy Vluggen10-Feb-11 4:52
professionalEddy Vluggen10-Feb-11 4:52 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 5:09
mveRichard MacCutchan10-Feb-11 5:09 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Eddy Vluggen10-Feb-11 7:16
professionalEddy Vluggen10-Feb-11 7:16 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan10-Feb-11 10:23
mveRichard MacCutchan10-Feb-11 10:23 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Henry Minute10-Feb-11 13:06
Henry Minute10-Feb-11 13:06 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan11-Feb-11 4:08
mveRichard MacCutchan11-Feb-11 4:08 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Henry Minute11-Feb-11 8:28
Henry Minute11-Feb-11 8:28 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan12-Feb-11 3:09
mveRichard MacCutchan12-Feb-11 3:09 
GeneralRe: Two way data binding (DataGridView to SortedList) Pin
Richard MacCutchan13-Feb-11 1:40
mveRichard MacCutchan13-Feb-11 1:40 
QuestionHow to localize BackgroundWorker thread? Pin
Chesnokov Yuriy10-Feb-11 1:54
professionalChesnokov Yuriy10-Feb-11 1:54 

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.