Hi Folks

This has probably nothing to do with paste, but it seems the expertise
to tell me what is going on lies here anyway.

The backend of my paste application uses an xmlrpc call to an xml
database (exist). One particular call is exceedingly slow (we can do
something about that, but it's not in the critical path). Anyway, I
think that is causing flup to time out. The application works fine when
run in a sandbox using wsgiutils as the server, but breaks in fastcgi.
It breaks with a broken pipe error. The gory details are at
http://proj.badc.rl.ac.uk/ndg/ticket/724.

My question: is there some sort of configuration that I can use to make
flup, or fastcgi, or both, to hang around longer to wait for the xmlrpc
response? (I'm assuming that's causing the broken pipe).

For the record, paste#lint running in the sandbox doesn't trap anything
naughty.

Thanks in advance,
Bryan







_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to