I'm trying to download various amount of information from handles opened by fsockopen. 
fgets works but takes forever on very large files because it breaks on every line. 

fread seems like it would work better but when I use a buffer of 1024 or 4096, it's 
actually far SLOWER on small files.

What's the best way to get this data?

Thanks,

Jeff



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Reply via email to