资源简介
聊天室基本原理是,抛开OGI和WWW服务器,根据HTML规范,接收到浏览器的请求以后,模仿WWW服务器的响应,将聊天内容发回浏览器。在浏览器看来就像浏览一个巨大的页面一样始终处于页面联接状态, 这就是一个专门的聊天服务器,一个简化了的WWW服务器。
----这样相比CGI方式来说,聊天室的优点就很明显:
不需要专门的WWW服务器,在聊天服务器里完成必要的工作,避开耗时的CGI 过程。
如果使用单进程服务器,就不需要每次产生新进程。
数据交换完全在内存中进行,不用读写文件。
不需要定时刷新,减少屏幕的闪烁,减少对服务器的请求次数。
----下面我们来看看具体实现流程。
代码片段和文件信息
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4166 2006-04-07 21:07 200641004847108\Cngr.cn.txt
文件 84 2004-10-13 11:52 200641004847108\请读我.txt
文件 6478 2006-04-07 04:54 200641004847108\相关说明.htm
文件 905 2003-02-23 19:57 200641004847108\chat.asp
文件 23915 2004-04-18 21:08 200641004847108\chatcmd.asp
文件 786432 2004-09-02 21:57 200641004847108\chatdb\chatdb.asp
目录 0 2004-09-02 23:09 200641004847108\chatdb
文件 11832 2004-04-18 21:08 200641004847108\chatform.asp
文件 1289 2004-09-02 21:56 200641004847108\config.asp
文件 232 2003-02-23 20:46 200641004847108\conn.asp
文件 1977 2003-03-04 20:33 200641004847108\functions.asp
文件 232 2003-02-23 12:14 200641004847108\incfoot.asp
文件 9178 2004-10-13 11:50 200641004847108\index.asp
文件 5671 2004-04-18 21:08 200641004847108\inforeg.asp
文件 604 2003-03-14 09:58 200641004847108\loginout.asp
文件 6834 2004-04-17 17:28 200641004847108\main.asp
文件 1605 2004-04-18 21:08 200641004847108\newchatsub.asp
文件 5516 2004-04-18 21:08 200641004847108\online.asp
文件 1634 2004-04-16 21:27 200641004847108\refreshpage.asp
文件 118 2006-04-07 07:01 200641004847108\源码之村.url
文件 2669 2004-04-14 23:33 200641004847108\images\bottom.gif
文件 2686 2004-04-09 22:02 200641004847108\images\down.gif
文件 146 2003-02-17 16:15 200641004847108\images\leadbottom.gif
文件 146 2003-02-18 10:18 200641004847108\images\leadtop.gif
文件 5512 2004-09-02 23:05 200641004847108\images\logo.gif
文件 30438 2004-08-13 22:32 200641004847108\images\main.gif
文件 5873 2004-04-14 23:40 200641004847108\images\master.gif
文件 346 2004-04-14 23:08 200641004847108\images\ml.gif
文件 346 2004-04-14 23:17 200641004847108\images\ml2.gif
文件 1883 2004-04-14 23:13 200641004847108\images\top.gif
............此处省略8个文件信息
----------- --------- ---------- ----- ----
文件 4166 2006-04-07 21:07 200641004847108\Cngr.cn.txt
文件 84 2004-10-13 11:52 200641004847108\请读我.txt
文件 6478 2006-04-07 04:54 200641004847108\相关说明.htm
文件 905 2003-02-23 19:57 200641004847108\chat.asp
文件 23915 2004-04-18 21:08 200641004847108\chatcmd.asp
文件 786432 2004-09-02 21:57 200641004847108\chatdb\chatdb.asp
目录 0 2004-09-02 23:09 200641004847108\chatdb
文件 11832 2004-04-18 21:08 200641004847108\chatform.asp
文件 1289 2004-09-02 21:56 200641004847108\config.asp
文件 232 2003-02-23 20:46 200641004847108\conn.asp
文件 1977 2003-03-04 20:33 200641004847108\functions.asp
文件 232 2003-02-23 12:14 200641004847108\incfoot.asp
文件 9178 2004-10-13 11:50 200641004847108\index.asp
文件 5671 2004-04-18 21:08 200641004847108\inforeg.asp
文件 604 2003-03-14 09:58 200641004847108\loginout.asp
文件 6834 2004-04-17 17:28 200641004847108\main.asp
文件 1605 2004-04-18 21:08 200641004847108\newchatsub.asp
文件 5516 2004-04-18 21:08 200641004847108\online.asp
文件 1634 2004-04-16 21:27 200641004847108\refreshpage.asp
文件 118 2006-04-07 07:01 200641004847108\源码之村.url
文件 2669 2004-04-14 23:33 200641004847108\images\bottom.gif
文件 2686 2004-04-09 22:02 200641004847108\images\down.gif
文件 146 2003-02-17 16:15 200641004847108\images\leadbottom.gif
文件 146 2003-02-18 10:18 200641004847108\images\leadtop.gif
文件 5512 2004-09-02 23:05 200641004847108\images\logo.gif
文件 30438 2004-08-13 22:32 200641004847108\images\main.gif
文件 5873 2004-04-14 23:40 200641004847108\images\master.gif
文件 346 2004-04-14 23:08 200641004847108\images\ml.gif
文件 346 2004-04-14 23:17 200641004847108\images\ml2.gif
文件 1883 2004-04-14 23:13 200641004847108\images\top.gif
............此处省略8个文件信息
- 上一篇:纯HTML5制作的震撼太阳系网页
- 下一篇:ViewPagerIndicator
相关资源
- 小说网站源码.ASP。SQL
- 智睿政府网站源码asp完整版20131220已测
- asp游戏发布站整站程序代码v13.1
- 44CJ游戏私服发布站采集插件 v5.20.ra
- 游戏发布站整站程序代码 v5.1.rar
- 宽屏大气网站源码 v2.1.rar
- 微信多商户电商门户系统 v20190621.ra
- 凹丫丫asp新闻发布系统v4.9(access、
- asp静态页生成程序,在线html静态页批
- 大学生网页作品作业制作+HTML+ASP
- 新闻自动采集系统
- ASP网上投票系统 投票选举系统 投票评
- aspose word文档工具-无限license
- Aspose.Cells 破解版
- .net代码生成器批量生成代码2.0
- 利用ASP开发旅游网站系统
- 超漂亮的个人网站FLASH+html+ASP 源码 个
- 免费家谱系统ASPAccessCSShtml5
- eWebEditor V9.7 for ASP UTF-8版
- 游戏发布站程序源码红遍中国带文章
- 游戏发布站程序源码 v6.7.0 Sp1.rar
- H5+CSS3+ASP CMS整站(自动生成HTML页面)
- 智睿报修管理系统源码
- asp,access数据库实现简单的新闻发布
- Aspose.Total for .NET (Apr 2018).zip
- 学生成果及成绩管理系统
- KendoUIProfessional.2017.1.223
- Aspose.PDF for .NET v19.1.0破解版
- Aspose.Words for .NET v13.2.0.0 破解(不需分
- 房地产门户网站源码(界面漂亮.高仿
评论
共有 条评论