durusmail: quixote-users: ZEO/ZODB and Quixote
ZEO/ZODB and Quixote
ZEO/ZODB and Quixote
Hector Sanchez SanMartin
2003-01-17
  Hello,

 We are doing some tests for using quixote and ZODB. I have a simple
script that connects to a ZODB located in another server through ZEO:

template _q_index(request):
        print "debug message from the index page of erik's Quixote site"

        from ZEO import ClientStorage
        b = ClientStorage.ClientStorage( ('test.cern.ch', 99999) )
        """
        
        
        Quixote test site
        
        
        connected!!
        
        
        """

It connects without trouble when Quixote runs as CGI but, if I run it on
top of mod_python it's impossible to connect (it hangs until apache
kills the connection). Does anyone has an idea? Anyone using succesfully
mod_python/quixote/ZEO/ZODB? If I try to connect from mod_python
(without quixote) it also hangs...so the trouble is with mod_python...in
any case, I hope someone knows how to solve it.

  Thanks a lot in advance...

--
Hector Sanchez

CERN Document Server **  ** 
InDiCo Project       ** 
Room: Bldg 510-R-007 ** Voice: +41-22-7673829 ** Fax: +41-22-7678142



reply