[Zope] Convert Photos to ExtImage store

2005-04-19 Thread David Chandek-Stark
I have a few PhotoFolders containing Photos that are stored in the ZODB which I would like to convert to ExtImage storage. Since the number is large enough to make a manual process painful, I'd like to write a conversion script. Seems simple enough in principle, but I'm having trouble getting

[Zope] Re: Convert Photos to ExtImage store

2005-04-19 Thread David Chandek-Stark
OK, my problem now is how to feed the image data from the ZODB photos to the factory method. If 'photo' is the original image object, I've tried photo.file (attribute error: file), photo.data (attribute error: read - line 658 of Photo.py), and other things. There must be a simple way to get

[Zope] ZODB caching issue

2005-05-12 Thread David Chandek-Stark
Setup: Zope 2.7.0 Python 2.3.3 Linux2 CMF 1.4.4 Problem Area: ZPT which contains a call to a ZPT macro The ZPT macro gets data from a parsed RSS feed Now using CMFSin 0.6.1 Previously used RDFSummary 2.4 Symptom: When a new item is added to the RSS feed (b/c a news item was

[Zope] Re: ZODB caching issue

2005-05-12 Thread David Chandek-Stark
Dieter Maurer wrote: Symptom: When a new item is added to the RSS feed (b/c a news item was published), my ZPT displays the RSS data inconsistently with each browser refresh -- sometimes the new item appears, sometimes not. A bug in RDFSummary which uses a ZODB cache to maintain the fetched

[Zope] FastCGI server crashing

2006-08-07 Thread David Chandek-Stark
I am experiencing seemingly random crashes of the Zope FastCgi server that are really annoying users. Any help most appreciated. Apache errors: FastCGI: comm with server /space/apache2/fcgi-bin/zope.cgi aborted: idle timeout (30 sec) FastCGI: incomplete headers (0 bytes) received from server

[Zope] Re: FastCGI server crashing

2006-08-07 Thread David Chandek-Stark
Looks like the problem was an inbound RSS feed from a server that was down. The FastCGI process was timing out before the RSS request from CMFSin timed out. David Chandek-Stark wrote: I am experiencing seemingly random crashes of the Zope FastCgi server that are really annoying users. Any

[Zope] Re: FastCGI server crashing

2006-08-07 Thread David Chandek-Stark
Jens Vagelpohl wrote: You're probably aware of the fact that FastCGI is no longer a supported configuration. Is there any specific reason you're using it instead of RewriteRules for example? jens Actually, I wasn't aware. I'm using FastCGI b/c I am doing external authentication with an