[Zope-dev] Getting the count of hits while searching zcatalog

2002-03-26 Thread Deniz, Metin
Hello everybody, can you tell me how to get the count of hits searching a zcatalog. I've the following code for presenting me the results, but i'm missing the count of found files, where the full text search was performed.

[Zope-dev] Tracing transactions

2002-03-26 Thread Dario Lopez-Kästen
Hello! I am wondering if it is possible to trace transactions. I need it mostly to log what transacations failed, why they failed and what was involved. Any pointers in a general direction towards this are appreciated. Thanks, /dario -

[Fwd: [Zope-dev] Re: more on the segfault saga]

2002-03-26 Thread Martijn Jacobs
Hello segfaulters and others interested in Zope instability issues! Hello again :) Our demi-god Matt Kromer from ZopeCorp has come up with a possible way to corner the instability issue AND give you a stable, cycle-garbage collecting Zope. We probably should build a statue for this guy

Re: [Zope-dev] Call Profiler strangeness - lots of ZODB transactions

2002-03-26 Thread Toby Dickenson
On Tue, 26 Mar 2002 15:30:56 +1100, Richard Jones [EMAIL PROTECTED] wrote: I'm investigating why our product ZODB is growing when it shouldn't. I've found that the undo log has entries in it every five minutes saying Installed product CallProfiler by Zope. More infrequently (not regularly) we

Re: [Zope-dev] OpenSSH configuration between ZEO clients storage server

2002-03-26 Thread Toby Dickenson
On Mon, 25 Mar 2002 12:19:11 -0500, Shane Hathaway [EMAIL PROTECTED] wrote: There are some disadvantages: anybody who has an account on either zeoclient or zeostorage has full read/write access to the database. A VPN would also work, but you'd still have the local access issue. Hmm in

Re: [Fwd: [Zope-dev] Re: more on the segfault saga]

2002-03-26 Thread Leonardo Rochael Almeida
On Tue, 2002-03-26 at 07:31, Martijn Jacobs wrote: Just to make sure : I put gc.disable() in Z2.py and apply this ZServerPublisher.py patch? Or do I have to add some more code to let the garbage collector collect more often or less or... No, you don't need to explicitly call gc.disable()

Re: [Zope-dev] OpenSSH configuration between ZEO clients storage server

2002-03-26 Thread Adam Manock
For a look at why TCP over TCP is a bad idea, (e.g. ssh port forwarding) see: http://sites.inka.de/sites/bigred/devel/tcp-tcp.html For a solution, see: http://sites.inka.de/~bigred/devel/cipe.html ;-) Adam ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] OpenSSH configuration between ZEO clients storage server

2002-03-26 Thread Itamar Shtull-Trauring
Adam Manock wrote: For a look at why TCP over TCP is a bad idea, (e.g. ssh port forwarding) see: http://sites.inka.de/sites/bigred/devel/tcp-tcp.html For a solution, see: http://sites.inka.de/~bigred/devel/cipe.html That may be true, but it also means that you need to hook in at the

Re: [Zope-dev] OpenSSH configuration between ZEO clients storage server

2002-03-26 Thread Toby Dickenson
On Tue, 26 Mar 2002 07:48:56 -0500, Adam Manock [EMAIL PROTECTED] wrote: For a look at why TCP over TCP is a bad idea, see: http://sites.inka.de/sites/bigred/devel/tcp-tcp.html yeah, TCP inside TCP is bad. (e.g. ssh port forwarding) but ssh port forwarding is only one layer of TCP. ssh

Re: [Zope-dev] OpenSSH configuration between ZEO clients storage server

2002-03-26 Thread Itamar Shtull-Trauring
Toby Dickenson wrote: but ssh port forwarding is only one layer of TCP. ssh port forwarding is good. I'mp pretty sure it's TCP over TCP (ssh protocol does multiplexing). SSL OTOH is not TCP over TCP. ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Tracing transactions

2002-03-26 Thread R. David Murray
On Tue, 26 Mar 2002, [iso-8859-1] Dario Lopez-Kästen wrote: I need it mostly to log what transacations failed, why they failed and what was involved. Any pointers in a general direction towards this are appreciated. The -M option of Z2 might get you part of what you want. --RDM

Re: [Zope-dev] Getting the count of hits while searching zcatalog

2002-03-26 Thread R. David Murray
On Tue, 26 Mar 2002, Deniz, Metin wrote: can you tell me how to get the count of hits searching a zcatalog. This is a [EMAIL PROTECTED] rather than a zope-dev question. The answer, I think, is 'sequence-length'. --RDM ___ Zope-Dev maillist -

Re: [Zope-dev] OpenSSH configuration between ZEO clients storage server

2002-03-26 Thread Shane Hathaway
Toby Dickenson wrote: On Mon, 25 Mar 2002 12:19:11 -0500, Shane Hathaway [EMAIL PROTECTED] wrote: There are some disadvantages: anybody who has an account on either zeoclient or zeostorage has full read/write access to the database. A VPN would also work, but you'd still have the local

[Zope-dev] from ImageFile import ImageFile

2002-03-26 Thread John Ziniti
__The short story__: I would like to recommend to all Product developers that for Product initialization, they please the statement: from App.ImageFile import ImageFile instead of: from ImageFile import ImageFile __The long story__: A colleague of mine recently went through much trouble,

[Zope-dev] how to import .zexp containing obsolete products???

2002-03-26 Thread Gilles
Hello I would like to import very old exported zope file (.bbe or .zexp). ( Note: I know how to convert the zodb2 to zodb3...) Unfortunately theses file contains products which are not installed anymore now: old db adaptor,confera... and the import failed. This is not really nice. Is there a