in reply to Re: HTML page loading 'cut off'
in thread HTML page loading 'cut off'

Already checked the logs: Nothing helpful. As I mentioned previously I discovered the problem using a proprietary application and creating my own script just confirmed there was an issue with large files getting cut off which perhaps suggests there is a problem with the environment. I followed the sample on this page: http://www.perlfect.com/articles/perlfile.shtml for reading in a large file line-by-line. I don't believe it's a problem with the data file itself - I have tried changing the input data used and the problem is reproducible and also, as I mentioned previously the point at which the file gets cut of seems arbitrary (it's not always the same place in the file).

Replies are listed 'Best First'.
Re^3: HTML page loading 'cut off'
by Anonymous Monk on Jul 29, 2009 at 07:34 UTC
    sounds like server timeout
      It sounds like it yes but wouldn't server time out warnings be printed in the web server logs? I haven't found any errors related to time out issues.
        It sounds like it yes but wouldn't server time out warnings be printed in the web server logs?

        No, that would be assuming too much. It depends on your server and how its configured.

Re^3: HTML page loading 'cut off'
by marto (Cardinal) on Jul 29, 2009 at 08:29 UTC
      I read the article but I got very little out out of it - I'm not a perl developer, I just admin a system that relies on it. Are you suggesting I need to run the script in the link?
        I read the article but I got very little out out of it - I'm not a perl developer, I just admin a system that relies on it. Are you suggesting I need to run the script in the link?

        Oh, wow. In that case you should stop wasting your time poking around , and contact whomever supports this app, and submit a bug report (you can pass on a link to the article).

        Good luck