icomet是一个使用C++语言开发的支持百万并发连接的comet服务器,使用了libevent网络库.支持并发连接数高,内存占用少,性能优越.支持的浏览器和操作系统平台包括:Safari(iOS,Mac),Firefox/Chrome(Windows,Mac),IE6+.
安装和启动
make./icometcurl-v"https://127.0.0.1:8100/sub?cname=12&seq=1"#openanotherterminalcurl-v"https://127.0.0.1:8000/push?cname=12&content=hi"使用方法:JavaScriptAPI使用
varcomet=newiComet({sign_url:'https://'+app_host+'/sign?obj='+obj,sub_url:'https://'+icomet_host+'/sub',callback:function(msg){//收到服务器推alert(msg.content);}});Java/AndroidAPI使用
项目:https://github.com/DuoZhang/iCometClient4j/
内存占用ConnectionsVIRTRES039m24m100,000302m288m200,000579m565m500,0001441m1427m1,000,0002734m2720m2.7KBperconnection.
评论