Hi,

I'm building an appl that will be running in at least 10 machines in the
same time connected to the same mysql server. They will working on the same
table this way:
1) A client ask for 100 records, work with them and update them
2) Each record must be used just once (cause this, the table has a tinyint
field called "updated" that is setted to "1" by a client after the job is
done)
3) Each client should get distinct records. (Example: machine01 get the
001-100 records, machine02 get the 101-200, and so on)
4) The clients don't comunicate one to another.
Anyone here has an idea about how can i do that?
BTW: i'm using the C API

Thank u very much,
Dirso.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to