Re: [Zope] Stability - can you give us some advice?

2000-07-07 Thread J. Atwood

I have about 8 Zope websites of varying sizes and complexities. Early 
on when I was developing in Zope I had it hang a few times but since 
then (and I have done a lot of stuff for the last six months) I have 
really never had it hang. Two of the sites use PostgreSQL (6.5.3 and 
7.0) and four of them are served off of one instance and an old 
Pentium 166.

It has been my experience that Zope itself (non-betas which you 
should never be using in a production environment) is very stable and 
only hang due to OS issues or really bad DTML coding (loops). If the 
problems continue I would suggest trying a different OS environment 
(I am a very very happy RH Linux person).

J

At 1:50 AM -0300 7/7/2000, [EMAIL PROTECTED] wrote:
Hi,
I'm new to this list (to Zope too!)and I'm really impressed with its traffic.
This show us that this project is in active development.
In our company we are currently working to create a Web site with lots
of dynamic content, database access, webmail, etc..  so we decided 
to try Zope.
Although it's lack of documentation ( this would not be fair, with a search
engine we can dig out lots of useful info from the web) we experienced a
very fast development cycle. Now we're concerned about its stability. We
are almost finishing the first stage of project and some times Zope
hangs. It was  working ok, and then, all of a sudden, it just stops answers
requests. Last time it happend we changed a DTML Method to a DTML Document
and it worked again (if you like i'll try to tell you exactly what 
was happenning).
So, I'd like some advice to make it more stable. ( or tell me what i might
be doing wrong)

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] Stability - can you give us some advice?

2000-07-06 Thread tacio

Hi,
I'm new to this list (to Zope too!)and I'm really impressed with its traffic.
This show us that this project is in active development.
In our company we are currently working to create a Web site with lots
of dynamic content, database access, webmail, etc..  so we decided to try Zope.
Although it's lack of documentation ( this would not be fair, with a search
engine we can dig out lots of useful info from the web) we experienced a
very fast development cycle. Now we're concerned about its stability. We
are almost finishing the first stage of project and some times Zope
hangs. It was  working ok, and then, all of a sudden, it just stops answers 
requests. Last time it happend we changed a DTML Method to a DTML Document
and it worked again (if you like i'll try to tell you exactly what was happenning). 
So, I'd like some advice to make it more stable. ( or tell me what i might
be doing wrong)

Our environment:

   OS: Debian GNU/Linux 2.2 (Potato) - Kernel 2.2.16
   Plataform: Dual PentiumIII - ASUS motherboard - scsi Adaptec AIC-7892)
   Python: got from Debian -  python-base_1.5.2-10_i386.deb
   Zope: got from Debian -  zope_2.1.6-5_i386.deb
   DB: Postgresql V7.0.2 - compiled and installed by hand - tools from Debian, 
(make,gcc,..)
   DB-DA:  zope-pygresqld 0.3rjr2-1
   Front-End: Apache 1.3.12 + mod_ssl + mod_proxy + mod_rewrite
  (with mm-1.1.3 Shared Memory Library ) 
  Install type : DSO - Dynamic shared Object
  (compiled and installed by hand - tools from Debian, (make,gcc,..)

Some questions: (with stability in mind..)

  1) Should we try Zope 2.2.0b3 instead of 2.1.6 ?
  2) Should we avoid using packaged versions of Zope?
  3) Should we try ZPoPyDA as a DA to Postgresql?
  4) Could you give us some advices on good DTML coding: what should
 we avoid doing, what is a must, for example, whether or not (or when)
 to generate urls for objects (http://www.zope.org/Members/jim/ObjectURLs)

Thanks a lot for your attention,

Tacio AGSantos
[EMAIL PROTECTED]

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Stability - can you give us some advice?

2000-07-06 Thread David Trudgett

At 2000-07-07 01:50 -0300, [EMAIL PROTECTED] wrote:

Hi,
I'm new to this list (to Zope too!)and I'm really impressed with its traffic.
This show us that this project is in active development.
In our company we are currently working to create a Web site with lots
of dynamic content, database access, webmail, etc..  so we decided to try 
Zope.
Although it's lack of documentation ( this would not be fair, with a search
engine we can dig out lots of useful info from the web) we experienced a
very fast development cycle. Now we're concerned about its stability. We
are almost finishing the first stage of project and some times Zope
hangs. It was  working ok, and then, all of a sudden, it just stops answers
requests. Last time it happend we changed a DTML Method to a DTML Document
and it worked again (if you like i'll try to tell you exactly what was 
happenning).
So, I'd like some advice to make it more stable. ( or tell me what i might
be doing wrong)

Funny you should mention that. We just had a similar thing happen to us 
this morning. We have an installation of Zope 2.1.6 running on Red Hat 
Linux 6.0 on an old 486/66 machine (a prototype serving some intranet 
content). We aren't doing any database connections on it (through Zope, 
that is), but we are running Squishdot (which is the main application in 
terms of usage on this particular machine). Zope is running behind Apache 
1.3.9, and I noticed that multiple instances of Zope.cgi started up to 
service incoming requests, but apparently Zope wasn't responding. I just 
restarted Apache and everything was fine again.

Is this a known problem with Zope that has been addressed in 2.2?

Thanks.

David Trudgett


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )