RE: [Zope3-Users] SQL integration

2006-02-22 Thread jpenny
Thanks for the response. Are you using ZSQL or DB-ABI? If ZSQL: suppose you want to select * from foo where dtml-sqlvar bar type=string How is that written in the filesystem (in particular, how are parameters written?) if DB-ABI: are you doing connection caching? jim penny David

Re: [Zope3-Users] Re: looking for a tutorial for installing zope3 and psycopgda

2006-08-22 Thread JPenny
Bussiere: It would help a lot if you would specify exactly which operating system you are using, and if linux, which distribution. For example, in Debian linux (testing or unstable), you would need to install the appropriate postgresql-server-dev-7.4, postgresql-server-dev-8.0, or

Re: [Zope3-Users] Reportlab threadsafe solution?

2006-09-26 Thread JPenny
One way is to use another tool. If you look at it just right, lpr is a general purpose job scheduler. It checks a lock resource, and allows only one job to acquire the lock, etc. The best cookbook I can find to this idea is: http://www.faqs.org/docs/Linux-mini/Fax-Server.html Your main