Page 1 of 1

fread chunk size

Posted: Tue Dec 15, 2009 3:30 am
by cyberrate
Hi,

I'm working on download control application using fread() and I was wondering what is the optimal chunk size? I have seen that usually people use 2048, 4096 or 8192 how does it affect the performance and what is in your opinion the optimal size?

Thanks.