Re: [Zope] unbuffered response.write through Apache 2.0 reverse proxy?

2006-02-20 Thread Christoph Berendes
for the system's default buffer size). I'm actually writing very short progress messages, e.g. Parsing page 1... Parsing page 2... etc. so I've padded this with blanks to hit the buffer size. Klugey,but works. On Feb 18, 2006, at 3:59 AM, Christoph Berendes wrote: To prevent browser timeout during

[Zope] unbuffered response.write through Apache 2.0 reverse proxy?

2006-02-18 Thread Christoph Berendes
To prevent browser timeout during a long running process, I've got the following code to work nicely,when the browser accesses Zope directly (e.g. http://myzope.net:8080/folder/client001/) context.REQUEST.response.write(progressing...) #do some stuff context.REQUEST.response.write(further...)

Re: [Zope] HTML to PDF.

2005-11-16 Thread Christoph Berendes
Some discussion on this general area last week (not so much experience - at least on my part - but options) http://mail.zope.org/pipermail/zope/2005-November/162812.html Does Anyone has this product in a production environment? It's easy to configure and stuff? We currently are

Re: [Zope] experience w/ filestorage mount points? maximum?

2005-11-15 Thread Christoph Berendes
only one client, not many. I'm very interested in answers to #1 (things that will make me regret our current strategy) Chris Withers wrote: Christoph Berendes wrote: I am writing to tap the list's experience with running a single zope instance with a large number (30, 500, 2000

Re: [Zope] htmltopdf

2005-11-14 Thread Christoph Berendes
Asad Habib wrote: Has anyone successfully used htmltopdf, a PHP script written by Jason Rust (www.rustyparts.com) to convert an HTML file to PDF, with Zope? In particular, I wanted to find out if anyone had used the python equivalent of this PHP script. We've been looking into this

[Zope] experience w/ filestorage mount points? maximum?

2005-11-11 Thread Christoph Berendes
I am writing to tap the list's experience with running a single zope instance with a large number (30, 500, 2000?) of mount points. We're hosting a number of client sites, and for each client, e.g. clientX, we have a mount point: zodb_db clientX mount-point /clientX filestorage path

Re: [Zope] Re: use Data.fs from mountpoint B to populate mountpoint A - how?

2005-10-27 Thread Christoph Berendes
Chris Withers wrote: Dieter Maurer wrote: Actually, the mount-point syntax is much more complex than the form you use above. Among others, it supports mount-pointmount-path:storage-path mount-path describes how you reach the mount point in the mounting application and

[Zope] Re: use Data.fs from mountpoint B to populate mountpoint A - how?

2005-10-24 Thread Christoph Berendes
to me privately! I added zope@zope.org. Christoph Berendes wrote at 2005-10-21 14:12 -0400: I created a mount point, /default_site and a corresponding directory var/default_site. I build my plone site from scratch into default_site/site001, and all is good. I then create a second mount point