Splitting up records for parallel processing

  • Thread starter James A. Fortune
  • Start date
J

James A. Fortune

In:

http://groups.google.com/group/micr...ges.csharp/browse_frm/thread/b0d86821db18ad24

Rich P asked about incrementing loops in C# similar to using STEP 2 in
a VB For... Next loop. Suppose I wish to have some version of Access
use a managed .NET routine for marshalling data on a machine with M
cores available for processing. I would like to divvy up the
available N records for parallel processing. Is there a best way to
divide the records, say stepping through every Mth record, as opposed
to grabbing groups of about N \ M "contiguous" records? If a backend
is an A97 database, does record locking versus page locking affect the
selection process?

Thanks,

James A. Fortune
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top