[Zope] Re: Memorysegment error in Zope

2005-04-25 Thread Max M
Andreas Jung wrote: I suspect what happens is that a connection has been idle for to long, ad the connection dropped by the imap server. Which might cause some memory to be freed that is then accessed when I call noop(). So it would be (group)wise to ask the vendor (Novell)? Zope and Groupwise are

Re: [Zope] Memorysegment error in Zope

2005-04-25 Thread Andreas Jung
--On Dienstag, 26. April 2005 8:01 Uhr +0200 Max M <[EMAIL PROTECTED]> wrote: I am writing an Imap client. The Imap server (Groupwise) I connect to is really slow at accepting logins. So I have made a connection pool where I store the open connections to the server. But once in a while I get a mem

[Zope] Memorysegment error in Zope

2005-04-25 Thread Max M
I am writing an Imap client. The Imap server (Groupwise) I connect to is really slow at accepting logins. So I have made a connection pool where I store the open connections to the server. But once in a while I get a memory segment error on the server and it crashes. I suspect what happens is

[Zope] Re: How can I make class variables store in the zodb??

2005-04-25 Thread Stephen How
Peter, I had the same question as you did, about getting my AT class variables stored in the ZODB. The answer is pretty simple: almost all your class variables are automatically persistent in the ZODB, as the AT base class (e.g., BaseContent or BaseFolder) inherits from a persistent base class

[Zope] Looking for a Python / Zope Programmer in Peru

2005-04-25 Thread Remy Pinsonnault
Sorry if it is not the right list for this but we are looking for two Python / Zope programmers for a one year contract in Lima. If you know anyone interested please send your resumes off-list. Thanks Remy Pinsonnault ___ Zope maillist - Zope@zope.or

[Zope] How can I make class variables store in the zodb??

2005-04-25 Thread Peter Millar
Title: How can I make class variables store in the zodb?? One thing we have noticed in our development of a plone archetype product is that archetype fields get stored in the zodb, whereas class variables do not (which is fine).  Plone portal tools have their properties stored in the zodb. H

Re: [Zope] Wanted Support For "Communication Server" Works with/on Zope

2005-04-25 Thread Mark Fallu
Why use XMLRPC with Flash http://www.zope.org/Members/logik/WhyUseXMLRPC CMF FlashMovie content type http://www.zope.org/Members/sergeyv/CMFFlashMovie Zopemag - Building Web Applications with Flash and Zope (subsrciption) http://www.zopemag.com/Issue009/Section_Articles/article_ZopeAndFlash.html

Re: [Zope] Wanted Support For "Communication Server" Works with/on Zope

2005-04-25 Thread robert
Birol BIÇAKLI wrote: Hello dear zope community, I am Birol from Istanbul Technical University (ITU) in Istanbul-Turkey. I am a new Zope user and don't know so much about Zope and its products. I work with Zope on Linux and also use Python. I need a communication server that works with/on Zope lik

Re: [Zope] Zope Starting Error

2005-04-25 Thread robert
Jonathan Goldberg wrote: Can someone please help me resolve the following error: Error: The object named by "DBTab.ClassFactories.autoClassFactory" could not be imported (line 903 in file:///home/jgoldberg/my_zope/etc/zope.conf) For help, use /opt/Zope-2.7/lib/python/Zope/Startup/zopectl.py -h Th

Re: [Zope] high loads, more threads, spinning wheels

2005-04-25 Thread Allen Schmidt
Which, BTW, is one of the coolest things ever! Still trying to figure out what it all means but it has really helped us to find things that were slowing us down. THANKS THANKS THANKS to Florent!! Allen Florent Guillaume wrote: Tim Middleton wrote: I'm wondering if someone who knows the interna

Re: [Zope] high loads, more threads, spinning wheels

2005-04-25 Thread Jens Vagelpohl
On Apr 25, 2005, at 17:46, Tim Middleton wrote: I've been doing some simple load tests on a zope application, and I've found when i increase the zserver-threads in zope.conf very much the zope server goes into some sort of cycle where it eats 100% cpu and refuses to any future requests until res

Re: [Zope] high loads, more threads, spinning wheels

2005-04-25 Thread Florent Guillaume
Tim Middleton wrote: > I'm wondering if someone who knows the internals more might have some idea > what's going on here. Or any tips on how to debug what zope is doing when it > gets into this state. You can use DeadlockDebugger. Florent -- Florent Guillaume, Nuxeo (Paris, France) CTO,

Re: [Zope] Sequence sorting module from a Python script

2005-04-25 Thread Leticia Larrosa
Thanks to David and Andreas.! -Original Message- From: Andreas Jung <[EMAIL PROTECTED]> To: Leticia Larrosa <[EMAIL PROTECTED]>, zope@zope.org Date: Mon, 25 Apr 2005 05:30:12 +0200 Subject: Re: [Zope] Sequence sorting module from a Python script > > > --On Sonntag, 24. April 2005 17:36

[Zope] high loads, more threads, spinning wheels

2005-04-25 Thread Tim Middleton
I've been doing some simple load tests on a zope application, and I've found when i increase the zserver-threads in zope.conf very much the zope server goes into some sort of cycle where it eats 100% cpu and refuses to any future requests until restarted. The load test is simply a small thread

Re: [Zope] "The Zope Book"

2005-04-25 Thread Paul Winkler
On Fri, Apr 08, 2005 at 06:58:31PM +0200, Dieter Maurer wrote: > Lennart Regebro wrote at 2005-4-8 10:59 +0200: > > ... > >On Apr 8, 2005 8:48 AM, Chris Withers <[EMAIL PROTECTED]> wrote: > > ... > >> Which "The Zope Book" are you referring to? > >> > >> The 2.6 one on Zope.org? > >> The 2.7 one o

Re: [Zope] How can I do audio/video streaming between users?

2005-04-25 Thread Andreas Jung
--On Montag, 25. April 2005 12:49 Uhr + Birol BI«AKLI <[EMAIL PROTECTED]> wrote: I want to do communication between users who want to do voice and video conferencing. Is there any program that can do this? That's unlikely a task for Zope :-) -aj pgpD6DvtzpqXs.pgp Description: PGP signature

[Zope] How can I do audio/video streaming between users?

2005-04-25 Thread Birol BIÇAKLI
I want to do communication between users who want to do voice and video conferencing. Is there any program that can do this? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relate

Re: [Zope] manage_edit for Page Templates

2005-04-25 Thread Rushabh Mehta
thanks a lot, that works well... ill make it a point to hunt the sources, now that i know where to look :-)On 4/25/05, Phillip Hutchings < [EMAIL PROTECTED]> wrote:On 25/04/05, Rushabh Mehta < [EMAIL PROTECTED]> wrote:> hi. there is a manage_edit()  to modify the contents of a DTML document. is> th

Re: [Zope] manage_edit for Page Templates

2005-04-25 Thread Phillip Hutchings
On 25/04/05, Rushabh Mehta <[EMAIL PROTECTED]> wrote: > hi. there is a manage_edit() to modify the contents of a DTML document. is > there anything similar for page templates? i tried manage_edit() on a page > template and i get an attribute error for manage_edit... the document_src() > method wor

Re: [Zope] manage_edit for Page Templates

2005-04-25 Thread Andreas Jung
--On Montag, 25. April 2005 16:23 Uhr +0530 Rushabh Mehta <[EMAIL PROTECTED]> wrote: hi. there is a manage_edit() to modify the contents of a DTML document. is there anything similar for page templates? i tried manage_edit() on a page template and i get an attribute error for manage_edit... th

[Zope] manage_edit for Page Templates

2005-04-25 Thread Rushabh Mehta
hi. there is a manage_edit()  to modify the contents of a DTML document. is there anything similar for page templates? i tried manage_edit() on a page template and i get an attribute error for manage_edit... the document_src() method works though thanks rushabh _

[Zope] Wanted Support For "Communication Server" Works with/on Zope

2005-04-25 Thread Birol BIÇAKLI
Hello dear zope community, I am Birol from Istanbul Technical University (ITU) in Istanbul-Turkey. I am a new Zope user and don't know so much about Zope and its products. I work with Zope on Linux and also use Python. I need a communication server that works with/on Zope like Flash Communicatio

Re: [Zope] How to convert Zope instance charset?

2005-04-25 Thread Andreas Jung
--On Montag, 25. April 2005 10:42 Uhr +0200 Daniel Dekany <[EMAIL PROTECTED]> wrote: As someone who works often with Java I absolutely agree with it. Just I don't know how to do it with Zope/Plone/other 3rd party products (not written by me), since they use not unicode strings. I don't know, may

Re: [Zope] How to convert Zope instance charset?

2005-04-25 Thread Daniel Dekany
Monday, April 25, 2005, 5:34:04 AM, Andreas Jung wrote: > One last note from myside. I have experiences with unicode since over > 7 years while working with multilingual documents in the e-publishing > business. It is good practice to perform *any* unicode related work > *only* on unicode datatype