-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi.
This is expected. The uhttpd server is single threaded and will only process one connection at a time, waits until the operation is finished, and then switch to the next. By querying the server from within a running cgi script you basically deadlock it. You can either rework your script to not do this (why going through the httpd with wget if you can just source/exec the resource locally?), run multiple instances on different ports or switch to another httpd. ~ Jow -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0zqhsACgkQdputYINPTPO4XACfV169SRYrAA88cnsVCgXIGdAR XqYAni/4rYQFOB4g6G6NLSKprp3Z8pSg =rYdl -----END PGP SIGNATURE----- _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel