On Mon, 1 Aug 2005, Jeff Lacki wrote:

> I have a MySQL server doing queries on my database.  It seems
> that if the query returns a list of more than about 20 rows
> the webpage 'hangs' (Im in a loop displaying the information
> to html) and it eventually times out and prints:
>
> [Mon Aug 01 19:54:43 2005] [error] [client xx.xx.xx.xx] (70007)The timeout 
> specified has expired: ap_content_length_filter: apr_bucket_read() failed, 
> referer: http://www.someplace.com/search.html

I don't have that problem displaying hundreds or even thousands of rows
of results.

You've told us Apache 2.0 and MySQL (version? - probably not important).
But since Apache versions earlier than 2.1 don't talk natively to MySQL,
I infer you must be using some application software you forgot to mention,
that may not be working well with Apache.

Does it by any chance "hang" somewhere near a point where the HTML
generated from the database is 8Kb?

-- 
Nick Kew


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to