| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| imgs-1.0.0.zip | 2012-03-30 | 2.8 MB | |
| readme | 2012-03-30 | 1.0 kB | |
| Totals: 2 Items | 2.8 MB | 0 |
0. BUILDING AND INSTALLATION (Briefly)
imgs is a http server(image server). very small and fast.
imgs是一个http服务器。 非常轻量,非常快速。
imgs Mainly used for http static html,js,css,images...
主要用于提供http静态页面,类似html,js,css,图片等
It very fast, because all of the files are stored in memory by hash table.
imgs非常快速,因为所有文件都存放在内存hash表里面。
It Only supports http GET method.
目前只支持http GET请求。
1. LINUX
Linux系统下编译与运行imgs
To build imgs, type
要编译libiop, 请输入以下命令
$ cd imgs
$ cd libiop
$ make
$ cd ..
$ make
complete!
You can find it in imgs/bin
To run imgs, type
$ cd bin
$ export LD_LIBRARY_PATH=.
$ ./imgs
2.Windows
Windows下编译与测试imgs
a).use mingw32 (使用mignw来编译imgs)
> cd imgs
> cd libiop
> make -f makefile.mingw
> copy libiop.a ..
> cd ..
> make -f makefile.win
> imgs.exe
Bug report: 305080833@qq.com
enjoy!