[Zope-dev] Deciphering Zope Comments

2008-06-04 Thread Shane Hathaway
Hi all, I'm trying to get a handle on Zope 3. I plan to take a bunch of Zope 3 modules and combine them in a new way. The goal is to create for myself a comfortable working environment that lets me run simple code in a small mod_wsgi environment with easy reloading and no ZODB initially.

Re: [Zope-dev] Deciphering Zope Comments

2008-06-04 Thread Wichert Akkerman
Previously Shane Hathaway wrote: I think I want to use a threading.local as my site manager. That way, I can use a different configuration for each WSGI app even if several apps run in different threads of a single Python interpreter. It looks like the zope.app.component.hooks module does

Re: [Zope-dev] Deciphering Zope Comments

2008-06-04 Thread Shane Hathaway
Wichert Akkerman wrote: Previously Shane Hathaway wrote: I think I want to use a threading.local as my site manager. That way, I can use a different configuration for each WSGI app even if several apps run in different threads of a single Python interpreter. It looks like the

Re: [Zope-dev] Deciphering Zope Comments

2008-06-04 Thread Stephan Richter
On Tuesday 03 June 2008, Shane Hathaway wrote: # SiteManager API. This needs to get deprecated eventually. But... um... everything in the module uses getSiteManager().  The whole component foundation is built on it.  When is it going to be replaced? With what?  By whom? This is a result of

Re: [Zope-dev] Deciphering Zope Comments

2008-06-04 Thread Dieter Maurer
Shane Hathaway wrote at 2008-6-4 00:01 -0600: ... # SiteManager API. This needs to get deprecated eventually. But... um... everything in the module uses getSiteManager(). The whole component foundation is built on it. When is it going to be replaced? With what? By whom? I'm assuming for