Quote:
|
Originally Posted by till
Thes solution will be that the php developers are dropping the 2 GB file limit, I really dont know why any other modern programming language except of php seems to support large files
The current workaround is to create daily logfiles, there must be some threads about that in the forum including some patching advice.
|
@Till: What about doing sth. like
head -2 web.log | tail -2
head -4 web.log | tail -2
head -6 web.log | tail -2
...
to read a file from shell blockwise via shell (here 2 lines) for each call
Recent comments
10 hours 35 min ago
17 hours 16 min ago
21 hours 7 min ago
22 hours 45 min ago
1 day 7 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 1 hour ago