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

2005-05-10 Thread Dylan Jay
Peter Bengtsson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dylan Jay me at 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

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

2005-05-11 Thread Dylan Jay
I've been going some testing with gc.set_debug etc and it looks like there isn't a memory leak or at least not one the garbage collector can find. That means that the data must be remaining reachable somehow. -- Dylan Jay --- http://www.meetmemap.com - makes giving directions easy http

[Zope] UnpickleableError: Cannot pickle type 'thread.lock' objects

2005-06-14 Thread Dylan Jay
) UnpickleableError: Cannot pickle type 'thread.lock' objects -- Dylan Jay --- http://www.meetmemap.com - makes giving directions easy http://www.pretaweb.com - Update-it-yourself, low cost websites http://www.eatmanifesto.com - against all dumbing down of food Y!:dylan_jay ICQ:520341 MSN:[EMAIL PROTECTED] Ph

[Zope] Re: UnpickleableError: Cannot pickle type 'thread.lock'objects

2005-06-14 Thread Dylan Jay
Dieter Maurer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dylan Jay wrote at 2005-6-14 17:45 +1000: ... 356, in _commit_objects jar.commit(o, self) File C:\Program Files\Zope-2.7.5-final\lib\python\ZODB\Connection.py, line 4 52, in commit dump(state) UnpickleableError

[Zope] Re: UnpickleableError: Cannot pickle type'thread.lock'objects

2005-06-15 Thread Dylan Jay
= RamCacheManager. I believe the RamCacheManager has locks in it. Dieter Maurer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dylan Jay wrote at 2005-6-14 17:45 +1000: ... 356, in _commit_objects jar.commit(o, self) File C:\Program Files\Zope-2.7.5-final\lib\python\ZODB\Connection.py

[Zope] Re: UnpickleableError: Cannot pickletype'thread.lock'objects

2005-06-15 Thread Dylan Jay
Dylan Jay [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I think I've tracked it down to a RamCacheManager inside a volitile variable. But I thought volitile variables we'ren't stored? Am I doing something strange with my heirachy that is abusing the ZODB? The heirachy

[Zope] BaseRequest.traverse, skins and BrowserViews

2008-06-11 Thread Dylan Jay
The current setup of traversal seems to give precedence to objects in a skin, over a browserview... but only at the siteroot. Is this by design or accident? If by accident and not knowing the innards that well, is it possible to have the opposite occur? As in, I want to override search.pt

[Zope-dev] Problem: manage_workspace redirects to index_html

2001-02-04 Thread Dylan Jay
I goto http://localhost/manage and login. I get the management tree on the left but right hand pain is viewing index_html rather than manage_main. With a bit of testing and looking at code I see that manage_workspace method is being called as an anonymous user which is why it redirects to the

[Zope-dev] I think zope@zope.org is down

2001-02-04 Thread Dylan Jay
what's more, mesages to it are not bouncing. _ http://entertainment.yahoo.com.au - Yahoo! Entertainment - Feeling a little bored? Need some entertainment? ___ Zope-Dev

Re: [Zope-dev] Fishbowl not problem centered enough

2001-06-23 Thread Dylan Jay
- Original Message - From: Chris Withers [EMAIL PROTECTED] To: Jay, Dylan [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:32 PM Subject: Re: [Zope-dev] Fishbowl not problem centered enough I just see lots of solutions many of which attack some of the same

[Zope-dev] ZSyncher and xml-rpc via firewalls

2002-12-02 Thread Dylan Jay
I was needing to use ZSyncher via a proxy server in our firewall. I wrote a new transport to do this that you might want to incorporate into ZSyncher. Nice product btw. Very helpful for my setup. Any chance of getting it to synch bidirectionally? import urllib class

Re: [Zope-dev] ZPT for CSS, anyone?

2004-03-30 Thread Dylan Jay
- Original Message - From: Jamie Heilman [EMAIL PROTECTED] To: Chris Withers [EMAIL PROTECTED] Cc: Dylan Jay [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 8:13 PM Subject: Re: [Zope-dev] ZPT for CSS, anyone? Chris Withers wrote: Dylan Jay wrote: disadvantage

[Zope-dev] Re: Date based snapshots

2004-05-04 Thread Dylan Jay
- Original Message - From: Dieter Maurer [EMAIL PROTECTED] Newsgroups: gmane.comp.web.zope.cmf,gmane.comp.web.zope.plone.user Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 4:31 AM Subject: Re: Date based snapshots Dylan Jay wrote at 2004-5-3 15:57 +1000: I have

[Zope-dev] Re: [Zope-CMF] Re: Date based snapshots

2004-05-04 Thread Dylan Jay
- Original Message - From: Dieter Maurer [EMAIL PROTECTED] To: Dylan Jay [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 5:13 AM Subject: Re: [Zope-CMF] Re: Date based snapshots Dylan Jay wrote at 2004-5-4 09:28 +1000: ... I have

[Zope-dev] Refresh and dumping the cache

2005-05-13 Thread Dylan Jay
When performing a refresh I've read that the cache gets dumped. I've noticed after a refresh the reference counts to objects don't go down. Basically the entire cache seems to be leaked. Is this by design or is it a bug? -- Dylan Jay --- http://www.meetmemap.com - makes giving directions easy

[Zope-dev] Re: Refresh and dumping the cache

2005-05-13 Thread Dylan Jay
that a minimise before doing the refresh would be a simple fix? -- Dylan Jay --- http://www.meetmemap.com - makes giving directions easy http://www.pretaweb.com - Update-it-yourself, low cost websites http://www.eatmanifesto.com - against all dumbing down of food Y!:dylan_jay ICQ:520341 MSN:[EMAIL

[Zope-dev] spider cache blowout [was RE: [ZODB-Dev] Generational Caching]

2005-06-09 Thread Dylan Jay
-Original Message- From: Chris McDonough [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 June 2005 11:56 AM To: Dylan Jay Cc: zodb-dev@zope.org Subject: Re: [ZODB-Dev] Generational Caching One way to potentially soften the impact of cache busting by spiders might be to allow

[Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-18 Thread Dylan Jay
Chris McDonough wrote: On Sat, 2005-01-29 at 05:49, Andrew Veitch wrote: I noticed there was a thread last month on an event service for Zope. Did that reach any conclusion? From what I can see the present products are: - http://www.zope.org/Members/lstaffor/Xron - Zope 2.6 only, not being

[Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-18 Thread Dylan Jay
Chris McDonough wrote: On Sat, 2005-01-29 at 05:49, Andrew Veitch wrote: I noticed there was a thread last month on an event service for Zope. Did that reach any conclusion? From what I can see the present products are: - http://www.zope.org/Members/lstaffor/Xron - Zope 2.6 only, not being

[Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-18 Thread Dylan Jay
Dylan Jay wrote: Chris McDonough wrote: On Sat, 2005-01-29 at 05:49, Andrew Veitch wrote: I noticed there was a thread last month on an event service for Zope. Did that reach any conclusion? From what I can see the present products are: - http://www.zope.org/Members/lstaffor/Xron - Zope

[Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-18 Thread Dylan Jay
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dylan Jay wrote: +1 for using http://cvs.zope.org/Products/Scheduler I think the time of a non-core scheduler needs to come to an end. Its crazy the number of implementations out there.\ I'm using the zope cvs version and I've

[Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-21 Thread Dylan Jay
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris' ClockServer removes the need for such a thread, by hooking ZServer's mainloop to generate the faux request needed to kick off async processing. A crontab - like schedule can be driven equally well from ClockScheduler as

[Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-23 Thread Dylan Jay
Chris McDonough wrote: On Fri, 2005-07-22 at 13:11 +0200, Florent Guillaume wrote: Dylan Jay [EMAIL PROTECTED] wrote: Tres Seaver wrote: Myself I'm for having ClockServer in the core, if Chris and others agree. It's fine with me. We maybe just need to remove the C extension

[Zope-dev] Re: Event Timer Service for Zope 2.8

2005-07-25 Thread Dylan Jay
to be modified to subscribe to the clock? So whats next? Does one put a feature request in the collector these days or is there another process? Chris McDonough wrote: On Sun, 2005-07-24 at 11:51 +1000, Dylan Jay wrote: Chris McDonough wrote: On Fri, 2005-07-22 at 13:11 +0200, Florent