[Zope3-Users] Re: How to determine server URL without request

2007-04-24 Thread Laurence Rowe
Chris Withers wrote: Alek Kowalczyk wrote: How to determine my web server URL without having any request around? Well, I'm afraid you will need to set the server url as a constant somewhere... cheers, Chris This is because the URL of the server is dependent on the particular request (v

[Zope3-Users] Re: ZODB? PostgreSQL?

2007-04-24 Thread Laurence Rowe
Doyon, Jean-Francois wrote: "- RDBs scale scale very well, so in case your application gets really huge, an RDB is an option. With Zope, you can easily cluster the application server, however the ZODB can not be distributed. (Maybe ZODB can even not make good use of multiple processor due to Pyth

Re: [Zope3-Users] How to determine server URL without request

2007-04-24 Thread Chris Withers
Alek Kowalczyk wrote: How to determine my web server URL without having any request around? Well, I'm afraid you will need to set the server url as a constant somewhere... cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk __

[Zope3-Users] How to determine server URL without request

2007-04-24 Thread Alek Kowalczyk
Hello, I have a zope.scheduler task, which monitors my ZoDB in a loop and sends e-mail messages about some of the objects found. The e-mail message should contain URL to allow the receiver to access more details about the object through the web browser. The mail message is created as a browser vie