Jeff Lacki wrote: > Sorry, using mysql 3.23 I believe it is. The application > is a C++ interface which has been used a lot and over time, > seems solid. > > I dont know about the 8k limit issue, what would that > be? 8k sounds about where its hanging, but Id have to check. Your report looks like a failure to communicate properly down the filter chain. 8K is the default size of chunks passing down the filter chain, when applications use the stdio-like API to generate output. So if your application only works when all the data are in a single chunk, it's likely to fail somewhere around 8K of output. You might be able to get some useful information about what's happening by inserting mod_diagnostics, from http://apache.webthing.com/ -- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx