
23 May
2006
23 May
'06
1:13 a.m.
"Slava, Alex" wrote:
* Large file support - A practical approach to this would be to limit the support to 64-bit systems, which are starting to be very common and in which you don't have mmap issues. Would this be a good idea ?
This would be an easy way; but 32-bit systems are still going to be around for years.
4+ GB files are processed part by part on 32-bits systems. /Pavel