ZEO client_timeout

Nico Grubert <[email protected]>
Newsgroups gmane.comp.web.zope.german
Message-ID <[email protected]>
Hallo zusammen

Ich habe einen ZEO Cluster aufgesetzt und die Antwortzeiten sind sehr hoch.
Ich habe mit dem DeadlockDebugger mal geschaut, was genau passiert, wenn 
die Seite für ca. 1 Minute am Laden ist:

Ich sehr dort:
=============================================================================
Thread 1088915776:
   File "/usr/local/lib/python2.4/threading.py", line 442, in __bootstrap
     self.run()
   File "/usr/local/lib/python2.4/threading.py", line 422, in run
     self.__target(*self.__args, **self.__kwargs)
   File 
"/usr/local/src/Zope-2.10.11-final/lib/python/ZEO/zrpc/connection.py", 
line 63, in client_loop
     r, w, e = select.select(r, w, e, client_timeout)

...und dann 3 Mal

Thread 1134520640:
   File 
"/usr/local/src/Zope-2.10.11-final/lib/python/ZServer/PubCore/ZServerPublisher.py", 
line 19, in __init__
     name, a, b=accept()
   File 
"/usr/local/src/Zope-2.10.11-final/lib/python/ZServer/PubCore/ZRendezvous.py", 
line 73, in accept
     l.acquire()
=============================================================================

Hat jemand eine Idee, was die Ursache sein könnte?
Besonders beim ersten Mal, wenn die ganze Seite geladen wird, dauert es 
extrem lange.

Die Konfiguration sieht so aus:
- 2 physikalische Maschinen (cms1, cms2):
    - cms1: ZEO Storage und 2 ZEO Clients
    - cms2: 4 ZEO Clients

- Data.fs = 15 GByte

- Konfiguration der ZEO Clients:

# ZEO client storage:
#
  <zodb_db main>
    mount-point /
    # ZODB cache, in number of objects
    cache-size 20000
    <zeoclient>
      server cms1:8100
      storage 1
      name zeostorage
      var $INSTANCE/var
      # ZEO client cache, in bytes
      cache-size 1000MB
      # Uncomment to have a persistent disk cache
      client zeo1
    </zeoclient>
  </zodb_db>


Vielen Dank im voraus
Nico


_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.