[Mailman-Users] stalled connections / locks continued

Ricardo Kustner ricardo at miss-janet.com
Sun May 23 00:02:28 CEST 1999


Hi,

First of all the connection stalls (i see a zombie python hanging around
then btw) *after* an approved post has been submitted *and* the next page has
been completely build on the screen (accept for the fact that the browser is
still expecting data)... when i look at the source
of ~mailman/Mailman/Cgi/admindb.py i see this :

        PrintRequests(doc)
        text = doc.Format(bgcolor="#ffffff")
        print text
        sys.stdout.flush()
    finally:
        list.Unlock()

so print text seems to be ok... so it either hangs in the flush() or maybe the
unlock fails?
any hints on debugging this thing? 

Thanks,
Ricardo.
--




More information about the Mailman-Users mailing list