> > > grep '$/.\=' ASP.pm
> > local $/ = undef;
> > local $/ = undef;
> > If this problem persists for you. I would carefully
> > look at the data that you have read in so far
> > while debugging, to see where it stops in the file.
> > Also, if all else fails, you might try sysread(IN)
> > and then @lines = split(/\n/, $data)
Wouldn't this force the httpd serving the request to grow so large as to
sulrp in the whole file ?
Whatever an httpd child takes in memory, it does not give away, so 50
children serving this request would consume
50*(normal_mod_perl_httpd_size+file_size)
This could easily lead to memory shortage, if the file is large.
(I should know, I've had that problem already).
Thanos Chatziathanassiou
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]