> Did that and was able to crash the app once more so it's indeed > not a spawn-fcgi issue. > > The problem does not occur if I talk to the app via the "built-in"- > server > (port 8080) but if I talk to it via lighty on port 80 which uses the > socket created by flup. > > Any further ideas what's going wrong?
Next step is to take out lighttpd. Here is a simple web server to work as front-end for your fastcgi. http://gist.github.com/119795 If this works without any trouble, then you can be sure that the issue is with lighttpd. Anand --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
