... It depends entirely on your application. Plone doesn't help you here, and I'd certainly consider replacing that long before I think about trying to ditch...
148122
Chris Withers
chris@...
Sep 1, 2005 8:20 am
... I'm not aware of anything, I'd put a description of this problem into the collector :-S Chris -- Simplistix - Content Management, Zope & Python Consulting ...
148123
Chris Withers
chris@...
Sep 1, 2005 8:40 am
Hi Chris, Seeing the problems you're having, may I suggest you look at using python's excellent "email" package in an external method to generate these mails...
148124
Chris Withers
chris@...
Sep 1, 2005 9:13 am
... IIRC, somewhere in ZPublisher/BaseRequest.py there's a hard-coded encoding to latin-1, try changing that to utf-8... cheers, Chris -- Simplistix - Content...
148125
Lennart Regebro
regebro@...
Sep 1, 2005 9:27 am
What you are trying to do has nothing with SMTP to do. It's fully MS Outlook specific. You would have to write a mailhost that does not use SMTP, but...
148126
Peter Bengtsson
peterbe@...
Sep 1, 2005 10:04 am
... I've entered this a feature request now on the zope collector. ... -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby...
148127
Chris Larsen
chris@...
Sep 1, 2005 11:48 am
Thanks guys, Chris, I saw that existed.. and I do see that it's a lot more straightforward. Lennart- the fax piece is something on my exchange server so as...
148128
Martijn Faassen
faassen@...
Sep 1, 2005 11:59 am
Hi there, The behavior of ZCTextIndex was intended to be able to index strings, but also lists of strings. The list of strings construction is useful in case...
148129
Lennart Regebro
regebro@...
Sep 1, 2005 12:04 pm
... Well, most likely the big trick is to figure out the mail address to send the mail. ... Yup. _______________________________________________ Zope maillist...
148130
Alana Parsons
Earnestine_Cantu@...
Sep 1, 2005 12:04 pm
exposure to computers. The Computer Lab at the University has, an known adage, bearing witness to the truth that deeds of wrong many fields to work in , ie....
148131
Sascha Ottolski
sascha.ottolski@...
Sep 1, 2005 2:45 pm
... not to forget that playing with the zeo and/or zope database caches might help; if you see lots of conflict errors in you logs, may be an upgrade to 2.8...
148132
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 3:57 pm
I am seeing a large amounts of these 2005-08-31T08:40:18 INFO(0) ZSS:528/10.110.110.12:50602 Transaction blocked waiting for storage. Clients waiting: 1. ...
148133
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 4:07 pm
I am seeing a large amounts of these 2005-08-31T08:40:18 INFO(0) ZSS:528/10.110.110.12:50602 Transaction blocked waiting for storage. Clients waiting: 1. ...
148134
Tres Seaver
tseaver@...
Sep 1, 2005 4:18 pm
... Hash: SHA1 ... What versions of Python, Zope, etc. are you running, and on what OS? Your latest posting (the "blocked transaction" entries in your storage ...
148135
Antoine Greer
antoine.greer@...
Sep 1, 2005 4:31 pm
Do you want a high quality replica? In our online store you can buy replicas of Rolex watches and other brands. They look and feel exactly like the real thing....
148136
Chris McDonough
chrism@...
Sep 1, 2005 4:51 pm
Your "tranaaction blocked" error messages seem to imply that either or both of the following is true: - some transactions are taking a "long time" (any more...
148137
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 4:56 pm
Zope version 2.7.3 (planning to goto 2.7.7 soon with ZODB 3.2.9) Pyhton is 2.3.4 Apache 1.3 We have 943 users as of this minute with a bout 1000 objects being...
148138
Chris McDonough
chrism@...
Sep 1, 2005 5:13 pm
What you've got now is a pretty reasonable setup. Moving to 2.7.7 will likely not get you any "free" performance increases and it doesn't appear that there...
148139
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 5:21 pm
Thanks everyone for their suggestions, bought a squid book today and I know what I'll be doing all weekend <grin> ... From: Chris McDonough...
148140
Andrew Sawyers
andrew@...
Sep 1, 2005 5:30 pm
Sorry, I missed the beginning of this thread, I've got some questions that I didn't see answered or asked: Did Matt indicate if he was running multiple zeo app...
148141
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 5:40 pm
Here is some of the information I can provide, some I'll have to go check. Database: In the past hour we had 1204 Object Stores and 159433 Loads and 465...
148142
Reva Patrick
revapatrick@...
Sep 1, 2005 5:51 pm
Use Cialis Soft Tabs. Tons of happy customers all around the world. You will feel like a man again. Cialis acts up to 36 hours, while other medicines like ...
148143
Marco Bizzarri
marco.bizzarri@...
Sep 1, 2005 7:52 pm
Hi all. My work environment is Zope 2.7.x I would like to create a different temporary storage for each user. Of course, I can't simply write them in the...
148144
Dieter Maurer
dieter@...
Sep 1, 2005 8:04 pm
... Almost surely, the "charset" parameter of the "Content-Type" response header is not correctly set. Find out which template presents the help pages. See how...
148145
Dieter Maurer
dieter@...
Sep 1, 2005 8:04 pm
... There were a few more lines after this traceback -- essential ones. Look at them and then look at line 980 in the module identified above. -- Dieter ...
148146
Dieter Maurer
dieter@...
Sep 1, 2005 8:05 pm
... Your makefile is not yet prepared to get executed: The "@XXXX@" indicate placeholders that are interpolated by a generation process. Apparently, either a...
148147
Paul Sue
Paul.Sue@...
Sep 1, 2005 8:08 pm
Sorry, I should have posted an update to the list .. I figured out the problem .. Had to install LDAPUserFolder and CMFLDAP. All is working now! Thx, Paul ... ...
148148
Peter Bengtsson
peterbe@...
Sep 1, 2005 10:31 pm
I suggest you use the one temporary storage (temp_folder) and in it create one Folder per user. I've done this myself for a similar scope. Or am I missing...
148149
Marco Bizzarri
marco.bizzarri@...
Sep 1, 2005 10:37 pm
Hi Peter. No, it should work good for me also... there still is a point on how to create them for a custom product (I've a product and I would like to create ...
148150
Peter Bengtsson
peterbe@...
Sep 1, 2005 10:40 pm
... Are you going to go for multiple temp folders or not? No, I don't know how to create them programmatically. Surely you can figure it out from the source...