logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: inconsistnent output with long CGI's.
Author
lovi9573



Joined: 01 Apr 2006
Posts: 2

PostPosted: Sat 01 Apr '06 12:41    Post subject: inconsistnent output with long CGI's. Reply with quote

I am new to Apache and Perl so bear with me please. I am running Apache in Win XP and everything works great with short outputs from my CGI's. But when I need to output a longer html or feed a file(2-3Mb) through a perl script the output to the host occasionally becomes garbled or has inconsistencies. Sometimes it appears to reload several times before finally finishing, again with problems. The same thing happens with Apache's own indexing of directories. Any ideas?
Back to top
lovi9573



Joined: 01 Apr 2006
Posts: 2

PostPosted: Mon 03 Apr '06 3:47    Post subject: Reply with quote

The appearance of this problem is that my perl script cannot fill the ?buffer? quickly enough and Apache is reading those unfilled parts. The garbled output is random code from this memory area? I suppose it would make sense since it is running on an old PII 500?
I've ended up going back to Apache 1.3 and everything works fine, so I don't really have a problem anymore. Very curious behavior though.
Back to top


Reply to topic   Topic: inconsistnent output with long CGI's. View previous topic :: View next topic
Post new topic   Forum Index -> Apache