Re: [Web-SIG] [Proposal] "website" and first-level conf

2007-03-16 Thread Rodrigo Senra
|Rodrigo Senra : |> - multiple Zope instances sharing libraries, python modules, |>and Zope/Plone Products. These files might be placed out of |>the instance tree. [ Chris Withers ]: |Sometimes you want this, sometimes you don't ;-) Indeed. |Rodrigo Senra : |> - one

Re: [Web-SIG] [Proposal] "website" and first-level conf

2007-03-08 Thread Rodrigo Senra
s *totally* self-contained. Nevertheless, I was not wise enough to workaround some of the use cases presented above ;o) best regards, Senra - Rodrigo Senra GPr Sistemas http://www.gpr.com.br ___ Web-SIG mailing list Web-SIG@python.org Web SIG:

Re: [Web-SIG] daemon tools

2007-03-07 Thread Rodrigo Senra
(even in multi-threaded scenarios), and reasonably cross-platform from within the Windows family, IMHO. |As I mentioned on another thread, Zope uses 'signals' on *nix, and |'named events' on Windows, by means of the 'Signals' package in Zope. |We could possibly re-us