Hi,

I am using SQLAlchemy 0.4.8 with Python 2.4.

I have a process which is selecting some rows, doing something with
the data of these rows and then writes a result into the database.

How can I achieve a solution where multiple of these processes are
running without having them selecting the same rows and doing the same
stuff?

Normally I would suggest s.th. like Select for update or an trigger
which sets a timestamp after a select...

Do you have any suggestions for having multiple processes working on
the same table but not on the same rows?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to