Re: [GENERAL] Multithreaded queue in PgSQL

2008-07-15 Thread Jeff Peck
ssing, you can run reset.py to mark all of the jobs back to 'REQUESTED' status so that the clients start processing all over again. I hope it is OK to attach examples! Just seems like this question comes up often. Jeff Peck import psycopg2 host = 'localhost' db = 'your_

[GENERAL] Help with app design

2008-06-01 Thread Jeff Peck
aemons attempting to access/change several tables simultaneously or will this be mostly transparent so long as I use transactions correctly? I would also like to hear about it if you think this is a very bad approach! Thanks for your time! Jeff Peck -- Sent via pgsql-general mailin