Hi, I have a small web.py based service running on Linux (OpenWRT) which works perfectly when started manually after boot OR when it's autostarted at boot without becoming a daemon. But when I run it with "&" sign, which means it becomes a daemon, server is running, shows no errors but does not send responses. We were able to track it down to wsgiserver2.py -> HTTPRequest.respond() - no response is sent to client.
Any ideas what to check to find the root cause? -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/webpy. For more options, visit https://groups.google.com/d/optout.
