Hello! I'm working on the project that acts as GUI to SOAP service. It is designed as a proxy that uses ZSI client to connect to SOAP server, and simplejson to pass the data to the user.
The problem is that SOAP server is being developed by another team, and the connection between my GUI and SOAP server is external (their server is located at their office). Sometimes their internet becomes very slow, and even few SOAP requests take lots of time, so fastcgi processes are halted by apache and its error message is returned. I want to know if there might be a way to set timeout on webpy request process, and then catch the exception, so I can handle error output before apache gets on my way. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
