comet基于http长连接的推送
比如web im 消息比轮询即时。减轻服务器压力。减少tcp三次握手的次数
1. [文件]
comnet.php
Comet php backend '; echo "dumpText(".time().');'.str_repeat(' ',500); //500 characters of padding echo "\r\n"; flush(); $randSleep = mt_rand(100000, 2000000); //sleep between 100 ms and 2 seconds usleep($randSleep); } ?>
2. [文件] in.php
Comet demo The server time will be shown here










