Click here to Skip to main content
15,914,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString to ULONG Pin
RChin21-Dec-03 0:29
RChin21-Dec-03 0:29 
GeneralRe: CString to ULONG Pin
RChin21-Dec-03 0:30
RChin21-Dec-03 0:30 
GeneralRe: Beginner need help to choose Pin
sbouli19-Dec-03 4:58
sbouli19-Dec-03 4:58 
GeneralBeginner need help to choose Pin
sbouli19-Dec-03 4:29
sbouli19-Dec-03 4:29 
GeneralRe: Beginner need help to choose Pin
valikac19-Dec-03 4:56
valikac19-Dec-03 4:56 
GeneralRe: Beginner need help to choose Pin
Ian Darling19-Dec-03 5:54
Ian Darling19-Dec-03 5:54 
GeneralRe: Beginner need help to choose Pin
sbouli19-Dec-03 6:06
sbouli19-Dec-03 6:06 
GeneralRe: Beginner need help to choose Pin
Ian Darling21-Dec-03 22:15
Ian Darling21-Dec-03 22:15 
Well, I'd look solving it differently. If you're looking for similar records (having data within given ranges or data belonging to a set of values), then I'd try and look for those using a SQL query first (in a program running on a separate machine to the SQL servers, and I would probably use ADO in VB6, or ADO.NET in VB.NET/C#, and stuff the results of a query into a RecordSet or DataSet as appropriate).

In the program, you can then scan through the smaller result set with more sophisticated algorithms to find the "cheaters".

And I think that trying grid computing is overkill for this application. Given good criteria in the SQL query to start with would surely reduce the nubmer of rows to check to a managable value.

I've regularly worked with million+ row databases, and done some *vaguely* similar stuff, and I've never needed to go beyond a straight single application.

I have to admit though, that the exact nature of your application eludes me. It sounds like you're doing a seti-style distributed application where you need to cross check the results, and the usual way to handle that is to distribute the same data to more than one client, and see if they match up. If they don't, you keep chucking it out until you get a consistent set of results, or you run that data through yourself.

(I also have to admit that I have no familiarity with programming CF, and I'm wondering exactly why you have it - it seems unsuited to this sort of application)

--
Ian Darling
"The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky
GeneralRe: Beginner need help to choose Pin
sbouli22-Dec-03 2:38
sbouli22-Dec-03 2:38 
GeneralRe: Beginner need help to choose Pin
Ian Darling22-Dec-03 2:57
Ian Darling22-Dec-03 2:57 
Generalword and VISUAL C++ Pin
andfrr19-Dec-03 4:13
andfrr19-Dec-03 4:13 
Questionwhat are these fonts anyway Pin
wolfgang-schiffer19-Dec-03 4:07
susswolfgang-schiffer19-Dec-03 4:07 
Generalregd database connection Pin
karteek19-Dec-03 3:27
karteek19-Dec-03 3:27 
GeneralRe: regd database connection Pin
David Crow19-Dec-03 3:54
David Crow19-Dec-03 3:54 
Generaldiall_up connection Pin
heba_zien19-Dec-03 3:21
heba_zien19-Dec-03 3:21 
Generalproblem with listctrl Pin
shyampriya19-Dec-03 3:18
shyampriya19-Dec-03 3:18 
GeneralRe: problem with listctrl Pin
valikac19-Dec-03 4:57
valikac19-Dec-03 4:57 
GeneralTo dispatch messages of main thread in OnReceive(...) procedure of CAsyncSocket derived class Pin
erkanina19-Dec-03 3:16
erkanina19-Dec-03 3:16 
GeneralRe: To dispatch messages of main thread in OnReceive(...) procedure of CAsyncSocket derived class Pin
igor196019-Dec-03 12:14
igor196019-Dec-03 12:14 
GeneralMessage Closed Pin
21-Dec-03 23:13
erkanina21-Dec-03 23:13 
GeneralMessage Closed Pin
21-Dec-03 23:41
erkanina21-Dec-03 23:41 
GeneralRe: To dispatch messages of main thread in OnReceive(...) procedure of CAsyncSocket derived class Pin
igor196022-Dec-03 6:53
igor196022-Dec-03 6:53 
GeneralHELP - Symbol Setup problem with VisualC++6.0 on w2k Pin
teobg7019-Dec-03 1:23
teobg7019-Dec-03 1:23 
GeneralMouse over the toolbar and leave it. Pin
Eugene Pustovoyt19-Dec-03 0:17
Eugene Pustovoyt19-Dec-03 0:17 
GeneralRe: Mouse over the toolbar and leave it. Pin
De Nardis Andrea19-Dec-03 1:03
De Nardis Andrea19-Dec-03 1:03 

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.