Re: [Zope3-Users] Is zope3 dead?

2008-12-22 Thread Dan Korostelev
Oh, also note, that zope3 releases actually happen and the latest one
(according to SVN) is 3.4.0c7 (released on sept 2008). But they are
released in form of versions.cfg file for KGS (like
http://download.zope.org/zope3.4/versions-3.4.0c7.cfg) instead of
tarballs. I think this is the most important thing that should be
mentioned on the website.

Correct me if I am wrong. :)

2008/12/21 Alek :
> For some time, I have a bad, worrisome feeling that Zope3 development pace
> has slew down.
> Today looked to zope wiki and discovered that there are virtually no new
> articles. I've also found that last release is almost one year old and zope
> 3.4.0c0 is not even a real release, but a release candidate. Someone would
> say: hey, but maybe the development has just been decentralized? Zope 3.4 is
> the first eggified release, so maybe the development just moved to eggs
> (z3c.* and others).
> But I digged deeper and searched for some stats of Zope3-Users traffic,
> thanks to google. What I found I have published on a chart at
> http://pmiblog.blox.pl/2008/12/Is-Zope3-Dead.html. The traffic is at least
> half lower in 2008 than in 2007.
>
> Maybe the traffic moved somewhere else - to Wiki? This hypothesis haven't
> worked: I looked to zope 3 wiki and:
>
> the last new topic is 3 months old
> last month there is one edit of a topic
> After July 2008 there was not a one month with more than 5 edits.
>
> To summarize: It seems that zope3 development and engegement have been
> stalled for over half a year.
> Any thoughts? Have I missed some switch to other communication channels? Or
> maybe grok really took away all hearts and souls?
> What are the causes of the slowdown? Or maybe I just misinterpret the
> symptoms?
>
> Warm Regards,
> Alek
>
> ___
> Zope3-users mailing list
> Zope3-users@zope.org
> http://mail.zope.org/mailman/listinfo/zope3-users
>
>



-- 
WBR, Dan Korostelev
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] unregister, delete and pack, still no gc?

2008-12-22 Thread Roy Mathew
Hi Folks,

I have either stumbled on a storage leak in the ZODB, or I am missing
something in my understanding of registration.

Briefly, if I add a folder to the ZODB, make it a site, then unregister it,
delete it and pack the ZODB, I see the ZODB increase in size.Each time I run
the tests, the ZODB keeps growing (by about 7KB). I restarted the ZODB to
see if it would help, but no!

Here are my exact steps:

1. add a Folder
2. make a the folder a site.
3. register the folder (unnamed utility of type ISite)
4. remove the registration from the "registrations" tab.
5. delete the folder.
6. pack the ZODB.

I have also attached a selenium test that performs all of this.







Site-create-delete-gc


open
/++skin++Rotterdam/@@contents.html




clickAndWait
link=Folder




type
focusid
Folder-1



clickAndWait
//inp...@value="Apply"]




clickAndWait
link=Folder-1




clickAndWait
link=Make a site




clickAndWait
link=Folder-1




clickAndWait
link=Registration




clickAndWait
//inp...@value='Register this object']




clickAndWait
field.actions.register




clickAndWait
link=[top]




clickAndWait
link=Folder-1




clickAndWait
link=Manage Site




clickAndWait
link=Registrations




clickAndWait
deactivate




clickAndWait
link=[top]




click
Folder-1




clickAndWait
container_delete_button




clickAndWait
link=[top]




clickAndWait
link=Manage Process




clickAndWait
link=ZODB Control




click
dbs:list




clickAndWait
PACK






___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users