码迷,mamicode.com
首页 > 其他好文 > 详细

tengine lua 开源一 调用内部接口高效发送文件

时间:2015-01-08 18:07:40      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:

tengine  lua 开源一 调用内部接口高效发送文件

开源自己封装的sendfile 模块,可以高效的通过lua发送文件


源码地址:https://github.com/weinyzhou/Lua-sendfile


调用方法

local sendfile=require "sendfile";

sendfile.call(filename,-1,-1);


第一个参数文件名,

第二个参数开始位置

第三个参数长度


tengine lua 开源一 调用内部接口高效发送文件

标签:

原文地址:http://blog.csdn.net/tigerleap/article/details/42525847

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!