[Zope] "Pausing" ZCatalog and re-indexing later

2006-08-11 Thread krokodylek
Hi :-) The system I am working on is using a ZCatalog with some indexes (over 10) for faster searching. Unfortunatelly there are some use cases, where I have to add really many new objects to ZODB. It works, but very slowly. I suspect that this is because when I add an object to Folder (with

[Zope] ExternalFile - getting back the file

2006-07-19 Thread krokodylek
Hi :-) I'm using the ExternalFile product: http://www.zope.org/Members/arielpartners/ExternalFile because I need to have a file both in ZMI, as well as in filesystem. I would like to ask if anyone can tell me how to get back the file that ExternalFile was created from, having only the object?

[Zope] ExternalFile - getting back the file

2006-07-19 Thread krokodylek
Hi :-) I'm using the ExternalFile product: http://www.zope.org/Members/arielpartners/ExternalFile because I need to have a file both in ZMI, as well as in filesystem. I would like to ask if anyone can tell me how to get back the file that ExternalFile was created from, having only the object

[Zope] Problem with ZEO connection - DisconnectedError

2006-07-19 Thread krokodylek
Hi :) My site was running fine with Zope-2.7.4 and ZEO when all of a sudden on some (!) of the pages I've started getting "DisconnectedError". This hasn't happened before and I didn't change anything in my configuration... I've checked the zeo-server's log, here is the important entry: 2006-07

[Zope] How to best use Zope on SMP machines?

2006-07-12 Thread krokodylek
Hi :) I am to use Zope on a SMP machine which has 2 Xeon HT cpus (so 4 logical processors). As far as I know Python is not multithreaded, so the full potential of the server will not be used... How can I change that? I was thinking about running a couple of identical instances connected with ZEO