Displaying 1 result from an estimated 1 matches for "stream_file_data".
2009 Jan 29
1
a large file available?
I need to deal with a large file (about more than 2G [byte]) with
eventmachine.
I wrote a simple program with using "stream_file_data" as send a large file
from client to server. But It didn''t work.
Applying below a quick fix patch, I think it works well.
Could you go over this patch?
Regards,
--
Kuroishi Mitsuo
diff -rup swiftiply-0.6.1.1.orig/ext/fastfilereader/extconf.rb
swiftiply-0.6.1.1 /ext/fastfilereade...