Hooto Captcha Server hcaptcha
- 授权协议: Apache
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/eryx/hcaptcha
- 软件文档: https://github.com/eryx/hcaptcha/blob/master/README.md
软件介绍
hcaptcha 是一个开源的验证码服务器,提供HTTP协议接口,帮助企业集成验证码功能,类似 Google 的 reCaptcha。它的主要特性:
- 高安全: 使用扭曲、粘合、错位、随机字长等方式使其难以被拆解、辨识
- 高性能: 基于C/libevent/gd/memcache开发,利用内存特性,使其单机单线程并发500/秒(120x60像素)
- 本地部署: 相对于 Google reCaptcha 的网络不确定性,hcaptcha 可以部署于企业网络
- 集群部署: 可集群部署 LVS -> hcaptcha cluster -> memcache cluster
下载/安装:
接口文档
引用
Algorithms Sequential & Parallel
Russ Miller、Laurence Boxer / Charles River Media / 2005-08-03 / USD 59.95
With multi-core processors replacing traditional processors and the movement to multiprocessor workstations and servers, parallel computing has moved from a specialty area to the core of computer scie......一起来看看 《Algorithms Sequential & Parallel》 这本书的介绍吧!
