Re: Postgres, Cocoon and Blobs

2006-07-27 Thread Kai Hessing
Bertrand Delacretaz wrote: > On 7/20/06, Kai Hessing <[EMAIL PROTECTED]> wrote: >> Does anyone have an idea how I may access Blobs in a >> Postgres-Database from cocoon?... > > I'm not sure if it will work out of the box for you, but the > D

Postgres, Cocoon and Blobs

2006-07-20 Thread Kai Hessing
Does anyone have an idea how I may access Blobs in a Postgres-Database from cocoon? Using the SELECT lo_export(...) FROM ... tries to export the Blobs on the database server and not on my application server, what is bad (and additionally not allowed on the DB-Server). Thanks Kai ---

Starting background thread?

2005-04-13 Thread Kai Hessing
Hi folks, I wonder if it is possible to start something like a cocoon background thread. Our problem is, that large SQL-Queries take some time and after a few minutes the browser returns a timeout. So the idea is to start a background thread which generates the output files (may take some hours) i