... 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...
Chris Withers
chris@...
Sep 1, 2005 8:20 am
148122
... 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 ...
Chris Withers
chris@...
Sep 1, 2005 8:20 am
148123
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...
Chris Withers
chris@...
Sep 1, 2005 8:40 am
148124
... 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...
Chris Withers
chris@...
Sep 1, 2005 9:13 am
148125
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...
Lennart Regebro
regebro@...
Sep 1, 2005 9:27 am
148126
... I've entered this a feature request now on the zope collector. ... -- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby...
Peter Bengtsson
peterbe@...
Sep 1, 2005 10:04 am
148127
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...
Chris Larsen
chris@...
Sep 1, 2005 11:48 am
148128
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...
Martijn Faassen
faassen@...
Sep 1, 2005 11:59 am
148129
... Well, most likely the big trick is to figure out the mail address to send the mail. ... Yup. _______________________________________________ Zope maillist...
Lennart Regebro
regebro@...
Sep 1, 2005 12:04 pm
148130
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....
Alana Parsons
Earnestine_Cantu@...
Sep 1, 2005 12:04 pm
148131
... 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...
Sascha Ottolski
sascha.ottolski@...
Sep 1, 2005 2:45 pm
148132
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. ...
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 3:57 pm
148133
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. ...
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 4:07 pm
148134
... 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 ...
Tres Seaver
tseaver@...
Sep 1, 2005 4:18 pm
148135
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....
Antoine Greer
antoine.greer@...
Sep 1, 2005 4:31 pm
148136
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...
Chris McDonough
chrism@...
Sep 1, 2005 4:51 pm
148137
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...
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 4:56 pm
148138
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...
Chris McDonough
chrism@...
Sep 1, 2005 5:13 pm
148139
Thanks everyone for their suggestions, bought a squid book today and I know what I'll be doing all weekend <grin> ... From: Chris McDonough...
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 5:21 pm
148140
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...
Andrew Sawyers
andrew@...
Sep 1, 2005 5:30 pm
148141
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...
Kennamore, Matthew G ...
Matthew.G.Kennamore@...
Sep 1, 2005 5:40 pm
148142
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 ...
Reva Patrick
revapatrick@...
Sep 1, 2005 5:51 pm
148143
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...
Marco Bizzarri
marco.bizzarri@...
Sep 1, 2005 7:52 pm
148144
... 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...
Dieter Maurer
dieter@...
Sep 1, 2005 8:04 pm
148145
... 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 ...
Dieter Maurer
dieter@...
Sep 1, 2005 8:04 pm
148146
... Your makefile is not yet prepared to get executed: The "@XXXX@" indicate placeholders that are interpolated by a generation process. Apparently, either a...
Dieter Maurer
dieter@...
Sep 1, 2005 8:05 pm
148147
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 ... ...
Paul Sue
Paul.Sue@...
Sep 1, 2005 8:08 pm
148148
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...
Peter Bengtsson
peterbe@...
Sep 1, 2005 10:31 pm
148149
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 ...
Marco Bizzarri
marco.bizzarri@...
Sep 1, 2005 10:37 pm
148150
... 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...