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
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
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
__
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