Description
With the 64-bit fixes to TS, we should look into what it'll take to make it support >2GB object sizes. Basically, where do we need to change from signed ints (or even unsigned ints) to longs.
These changes have been completed in the IO Core and Cache.
HTTP now needs to be updated.
Actually, you'd want to be able to support large (>2G) objects on 32 bit architectures. These are orthogonal issues, so "long" isn't the right answer.
Something like an "off_t" makes more sense...