Hello,

I have several CGI and cron scripts and that I would like coordinate
via a "First In / First Out" style buffer.    That is, some processes
are adding work units, and some take the oldest and start work on
them.

Since I need the queue to both survive system crashes and provide an
audit record of all work-units in/out, people have suggested using an
ACID compliant databse for the task. (SQLite or MySQL depending on
volume).

Can SQLAlchemy be used for the task?

Any help would be appreciated, as I a new to SQL and SQLAlchemy.

Thank you,
:)
--~--~---------~--~----~------------~-------~--~----~
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