[Zope] Re: Zeo

2005-04-26 Thread Bakhtiar A Hamid
On 4/27/05, ken wood <[EMAIL PROTECTED]> wrote:
> I've searched most site that have info on ZEO but have not been able to 
> find answers to my questions on install for ZEO.
> Maybe someone on the list can help.
> 
> I am running Zope 2.7 (with Plone site) on a Win'03 Server.
> I would like to run ZEO Server and Client on a Linux Server.  The Linux 
> Server also runs Zope 2.7 with a Plone site. Python version are 2.3.3.
> Is this a workable configuration ?
> Ultimate goal is to do away with the Win32 Server (at least for Zope).
> 
> I have noticed that most documentation on ZEO is a bit dated (2003). 
> Where can I get newer documentation or HowTo on ZEO?
> Thnaks in advance,
> ken wood
> 

this is how i've upgraded all these while

http://myzope.kedai.com.my/Members/kedai/News_Item.2003-11-15.5611/view
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 

-- 
http://myzope.kedai.com.my - my-zope org
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2005-04-26 Thread Martin Aspeli
Hi,
The problem I have with 'MoreFieldsAndWidgets' is that it is
a collection of individual products, not just one product that
acts like a library.
For the better or worse: I imported ATExtensions just a few minutes
ago into plone.org/svn/archetypes
Of course I am aware that we have an even greater confusion now
when it comes to the question: I want to contribute a new field or
widget (or validator): how do I do that? Do I add this to AT,
to ATExtensions to MoreFieldsAndWidgets or do I make my own project?
What I could imagine is that we have ATExtensions and
MoreFieldsAndWidgets in parallel and maybe even somehow
synchronized so that people have both options if that
seems desirable.
I certainly don't think having things in two places will be helpful -  
people won't know where to go for updates, bug fixes or contributing, and  
things will end up out of sync very, very quickly.

I don't quite see the benefit of amalgamating a losely related set of  
fields and widgets into a single product. Usually, you only want one or  
two of them, and downloading a couple of products is not all that hard.  
Having a single "library" makes sense when its contents are closely  
related, either in approach, functionality, maturity, quality control or  
importance. Trying to make a "one size fits all" product is imitating the  
problem Archetypes itself has been amassing for some time. Modularising  
will make the whole collection much more managable, imho, especially if  
the quality and maturity of various components will vary within the  
library.

If there is a need for a single "libary", why not use svn bundles and  
tarballs thereof to collect a number of tried-and-tested products into a  
single download?

Martin
--
(muted)
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zeo

2005-04-26 Thread Jonathan Cyr




Hi,

There's a newer version of the Zope Book available at Plope.com.  It's
being updated, but the ZEO chapter seems to be current.

http://www.plope.com/Books/2_7Edition

It has a chapter on ZEO & Scalability.

-Jon Cyr

ken wood wrote:
I've
searched most site that have info on ZEO but have not been able to find
answers to my questions on install for ZEO.
  
Maybe someone on the list can help.
  
  
I am running Zope 2.7 (with Plone site) on a Win'03 Server.
  
I would like to run ZEO Server and Client on a Linux Server.  The Linux
Server also runs Zope 2.7 with a Plone site. Python version are 2.3.3.
  
Is this a workable configuration ?
  
Ultimate goal is to do away with the Win32 Server (at least for Zope).
  
  
I have noticed that most documentation on ZEO is a bit dated (2003).
Where can I get newer documentation or HowTo on ZEO?
  
Thnaks in advance,
  
ken wood
  
  
___
  
Zope maillist  -  Zope@zope.org
  
http://mail.zope.org/mailman/listinfo/zope
  
**   No cross posts or HTML encoding!  **
  
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
  
http://mail.zope.org/mailman/listinfo/zope-dev )
  
  
  



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zeo

2005-04-26 Thread Fernando Lujan
ken wood wrote:
I have noticed that most documentation on ZEO is a bit dated (2003). 
Where can I get newer documentation or HowTo on ZEO?
The good and old Zope Book still rules... :)
http://www.plope.com/Books/2_7Edition/ZEO.stx
I recently used this chapter, it's self explanatory.  Take a look at the 
zope.conf file too. It already have a example of ZEO.

Fernando Lujan
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Re: Refcounts, ZODB Cache and memory leaks?

2005-04-26 Thread Peter Bengtsson
Dylan Jay  dylanjay.com> writes:

> If anyone has experience with finding these kind of rouge references I'd
> really appreciate any tips.

I have no idea how to patch tings with LeakFinder to find your problems because
LeakFinder, albeit a great piece of code, attempts an incredibly difficult task.
Most likely, your memory leaks is due to an assignment of really large lists on
complex objects (eg. more complex than strings or numbers).

Look for any constructs where you extract large lists and do operations on them.
Once you have, if you ever, contain these, return to the mailing list and we can
try to solve it together.


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Zeo

2005-04-26 Thread ken wood
I've searched most site that have info on ZEO but have not been able to 
find answers to my questions on install for ZEO.
Maybe someone on the list can help.

I am running Zope 2.7 (with Plone site) on a Win'03 Server.
I would like to run ZEO Server and Client on a Linux Server.  The Linux 
Server also runs Zope 2.7 with a Plone site. Python version are 2.3.3.
Is this a workable configuration ?
Ultimate goal is to do away with the Win32 Server (at least for Zope).

I have noticed that most documentation on ZEO is a bit dated (2003). 
Where can I get newer documentation or HowTo on ZEO?
Thnaks in advance,
ken wood

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Python2.4.1 and Zope 2.7.X

2005-04-26 Thread Andreas Jung

--On Dienstag, 26. April 2005 9:53 Uhr -0700 Dennis Allison 
<[EMAIL PROTECTED]> wrote:

Has anyone had problems with Python 2.4.1  with the latest Zope 2.7.X
versions?
As documented in doc/INSTALL.txt: Python 2.4 is *not* supported.
-aj


pgpvUa0fe1rCs.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Python2.4.1 and Zope 2.7.X

2005-04-26 Thread Dennis Allison

Has anyone had problems with Python 2.4.1  with the latest Zope 2.7.X 
versions?

-- 
Dennis Allison * Computer Systems Laboratory * Gates 227
   * Stanford University *  Stanford CA  94305
   * (650) 723-9213 * (650) 723-0033 fax
   * [EMAIL PROTECTED]
   * [EMAIL PROTECTED]


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2005-04-26 Thread Stephen How
I don't understand all the issues, but from an AT-user's point of view, 
it'd be very nice to have a fully supported dictionary and array field. 
I'm very interested in using the ATExtentions, but am wary of exposing 
myself to code that may not be future-proof.

Practically speaking, is the risk low for using these ATExtensions?
Thanks,
Stephen
On 2005-04-26 04:39:28 -0700, Raphael Ritz 
<[EMAIL PROTECTED]> said:

Martin Aspeli wrote:

PS: Does anyone know how to move a project from
one svn repository (our own) to another one
(svn.plone.org) without loosing history?
Then I could move it there.

Kapil probably does :)
It would be nice if this went into archetypes/MoreFieldsAndWidgets for  sure.
The problem I have with 'MoreFieldsAndWidgets' is that it is
a collection of individual products, not just one product that
acts like a library.
For the better or worse: I imported ATExtensions just a few minutes
ago into plone.org/svn/archetypes
Of course I am aware that we have an even greater confusion now
when it comes to the question: I want to contribute a new field or
widget (or validator): how do I do that? Do I add this to AT,
to ATExtensions to MoreFieldsAndWidgets or do I make my own project?
What I could imagine is that we have ATExtensions and
MoreFieldsAndWidgets in parallel and maybe even somehow
synchronized so that people have both options if that
seems desirable.
I'm willing to maintain the library approach of ATExtensions
(i.e., provide guidance and support for contributions or
update and add stuff myself and to make sure that its at least
not broken to the extend that your Zope won't start and that
it can be installed - which can add - up I know)
How much do you care about history, though? I realise it's important, 
but  if you're 98% sure you won't roll anything back, you can just make 
a copy  in the new repo, and keep the old repo open for another six 
months or so  but closed for new commits, just in case. Sometimes 
pragmatism is easier.  :)
That's exactly what I just did.
Opinions on the above anyone?
Raphael
Martin

---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


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

2005-04-26 Thread Hoang-Vu PHUNG
Try the command svnadmin dump/load.
Regards

--- Raphael Ritz <[EMAIL PROTECTED]> wrote:
> Stephen How wrote:
> [...]
> > Originally, I wanted to use a lot of class
> variables, as this was my 
> > perspective from plain-old python.  However, I've
> learned that I really 
> > want to put everything possible into the schema,
> as it makes the AT 
> > future proof, and more robust.  It automatically
> creates accessors and 
> > mutators for these fields as well, which is
> preferred programming 
> > style.  I typically just change the visibility
> attributes of the field 
> > for privacy, and style in base_view.  However, I
> don't think there's a 
> > FieldType for a dictionary or array, so I use
> plain-old class variables 
> > for them.
> > 
> 
> There is the RecordField (for handling dicts) and
> RecordsField (for handling lists of dicts) available
> from ATExtensions
> 
>  
> http://www.neuroinf.de/LabTools/ATExtensions-0_5.tgz
> 
> Raphael
> 
> PS: Does anyone know how to move a project from
> one svn repository (our own) to another one
> (svn.plone.org) without loosing history?
> Then I could move it there.
> 
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 






__
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2005-04-26 Thread Lennart Regebro
> So, did you use or see that program which you can't remember.

Nope. Then i would probably have remembered it's name...
But you can find some of it here:

http://www.google.com/search?hl=en&safe=off&q=open+source+video+conferencing&spell=1

Integrating this so you lauch the software via a Link in a zope server
should be possible.

-- 
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2005-04-26 Thread Raphael Ritz
Stephen How wrote:
[...]
Originally, I wanted to use a lot of class variables, as this was my 
perspective from plain-old python.  However, I've learned that I really 
want to put everything possible into the schema, as it makes the AT 
future proof, and more robust.  It automatically creates accessors and 
mutators for these fields as well, which is preferred programming 
style.  I typically just change the visibility attributes of the field 
for privacy, and style in base_view.  However, I don't think there's a 
FieldType for a dictionary or array, so I use plain-old class variables 
for them.

There is the RecordField (for handling dicts) and
RecordsField (for handling lists of dicts) available
from ATExtensions
 http://www.neuroinf.de/LabTools/ATExtensions-0_5.tgz
Raphael
PS: Does anyone know how to move a project from
one svn repository (our own) to another one
(svn.plone.org) without loosing history?
Then I could move it there.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] What is Flash Communication Server and Help

2005-04-26 Thread robert
Birol BIÇAKLI wrote:
Macromedia Flash Communication Server MX is a server based platform 
for creating and deploying compelling, interactive web-based 
audio/video applications such as video on demand, live event 
broadcasts, webcam chat, and real-time collaboration applications.

This software includes fine properties but, I started to think there 
is not any open source software that includes all of these features. 
So, I decided to get a software that makes only audio/video streaming 
for now. It must communicate two or more clients by doing live 
broadcasts. If you know any "open source" software which has minimum 
this property and can be run in Zope applications, please suggest me.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )
please have a look at
http://www.jazkarta.com/ataudio
robert
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Zope IMAP Server

2005-04-26 Thread Santi Camps
*Hi all,
I'm searching about some implementation of a Zope IMAP Server, if 
exists.   I've found some thinks here:
http://www.zope.org/Members/chrisw/ZopeEmail/ZopeAsServer/wikipage_view

Anybody knows something about some implementation ? 

Thanks
Santi Camps
*
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] What is Flash Communication Server and Help

2005-04-26 Thread Birol BIÇAKLI
Macromedia Flash Communication Server MX is a server based platform for 
creating and deploying compelling, interactive web-based audio/video 
applications such as video on demand, live event broadcasts, webcam chat, 
and real-time collaboration applications.

This software includes fine properties but, I started to think there is not 
any open source software that includes all of these features. So, I decided 
to get a software that makes only audio/video streaming for now. It must 
communicate two or more clients by doing live broadcasts. If you know any 
"open source" software which has minimum this property and can be run in 
Zope applications, please suggest me.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )