-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 08 June 2008 07:00:11 pm you wrote: > +shttpd-general > > First, to prove the theory about slow get_cgi, I would put a small delay at > the end of your PHP script, to slow down it a bit. If this fixes the > problem, then the path worth pursuing further. >
Yes, it seems your assumption was correct. I just appended sleep(2) to test01.pht so it's now not more than ::SNIP:: <?php phpinfo(); sleep(2); ?> ::SNIP:: and now i dont get any connection resets any more, thanks for that quick "fix". the sleep(5) i added in compat_win32.c was useless, i figured and took it out again. but somewhere there must lie the rubble, or am i mistaken? there must be a way to handle that problem without sleep()ing some undefined time (based on a thumb x PI() calculation on how loaded the server is and how fast the shttpd.exe can run..) ...? - -- - -------------------------------- look up my OpenPGP Public Key (ID: 0x3595389E) at http://wwwkeys.pgp.net/ NEW: http://aufl.info - Austrian User Group for Linux & Co. *Moderator* please read these links regarding RFID and why it's bad for everyone: http://www.foebud.org/rfid/das-problem http://www.spychips.com/ http://rfid-handbook.de/rfid/index.html please read these links regarding TCPA/DRM and why it's bad for every computer user: http://polishlinux.org/gnu/drm-vista-and-your-rights http://againsttcpa.com/ http://www.defectivebydesign.org/ http://www.securityfocus.com/columnists/390 Those who desire to give up freedom in order to gain security or peace, will not have, nor do they deserve, either one. (Benjamin Franklin) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkhMFYgACgkQryqNvTWVOJ6AbACgh9izi2fF5N9Um6sW1qf1aYU9 rkIAoI8wsLD0H/dPe4mKikc00y7olS8A =cAB0 -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ shttpd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shttpd-general
