About Application Pool

http://blogs.iis.net/chrisad/archive/2006/07/14/1342059.aspx

 

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/659f2e2c-a58b-4770-833b-df96cabe569e.mspx?mfr=true

 

1.w3wp.exe,应用程序,应用程序池之间的关系

一个应用程序池可以包含多个应用程序,一个应用程序池创建一个w3wp.exe进程.那么我们就不能简单的说一个应用程序对应一个w3wp.exe进程了!

其实是多个应用程序对应一个w3wp.exe进程的.

 

http://www.mb5u.com/fuwuqi/92271/

 

http://www.helpmasterpro.com/helpfile/Web%20Modules/HTML%20Files/web%20application%20and%20pools.htm

  • As part of the IIS process (low protection - web applications are executing in the same process as IIS which can have a negative impact)
  • As part of an common pool (medium protection - all web applications with this option are run in the same process)
  • As an independent process (high protection - all web applications with this option run in their own process. If one becomes unstable, the others need not be affected)

http://www.advancedinstaller.com/user-guide/iis-application-pools.html

 

http://blogs.msdn.com/b/friis/archive/2009/10/22/which-w3wp-exe-pid-corresponds-to-which-application-pool.aspx

 

http://stackoverflow.com/questions/5245472/confusing-terminologies-pertaining-to-application-pool-worker-process-and-appli

 

 

http://stackoverflow.com/questions/8486335/difference-between-an-application-domain-and-an-application-pool

 

http://stackoverflow.com/questions/10244144/what-is-the-difference-between-worker-process-application-pool-and-application-d

转载于:https://www.cnblogs.com/daishuguang/archive/2013/05/10/3071191.html

3, 实战练习。 分别使用多线程,多进程,IO多路复用其中一种实现一个简单的web server(端口80)承载附件的web。 课题目的: 熟悉公司的开发设计流程 熟悉HTTP协议 熟悉并掌握Linux环境应用开发 熟悉socket网络编程 加强多线程/多进程编程能力 熟悉经典IO复用设计模型 课题要求: 1、实现以多线程方式实现web server功能(必修) 2、实现以多进程方式实现web server功能(必修) 3、实现以IO多路复用方式实现web server功能(必修) 4、提供完善Debug机制(必修) 5、Web server需完成get post等基础请求处理(必修) 6、如何使其具备高并发性并实现(选修) 7、使用makefile构建(必修) 用C语言编写Linux代码,前面以及实现了多线程,你编写多进程这一种就行,给出目录结构和完整的代码,开启服务器后可供访问。 前端见“实验-httpd实现”的web部分,前端的目录如下: zyl@ubuntu:~/Documents/web-server$ tree . ├── build │ ├── http_parser.o │ ├── http_response.o │ ├── server.o │ ├── thread_pool.o │ ├── utils.o │ └── webserver ├── include │ ├── http_parser.h │ ├── http_response.h │ ├── thread_pool.h │ └── utils.h ├── main_test ├── main_test.c ├── makefile ├── src │ ├── http_parser.c │ ├── http_response.c │ ├── server.c │ ├── thread_pool.c │ └── utils.c └── web ├── About.html ├── Contact.html ├── css │ ├── reset.css │ ├── style.css │ └── style_mobile.css ├── data │ └── contact.json ├── images │ ├── About_baby.png │ ├── About_ball.png │ ├── About_be.png │ ├── About_bird.png │ ├── About_content.png │ ├── About_message.png │ ├── About_@.png │ ├── body.png │ ├── footer_baby.png │ ├── footer_ball.png │ ├── footer_be.png │ ├── footer_bird.png │ ├── footer_message.png │ ├── footer_@.png │ ├── footer.png │ ├── header.png │ └── Thumbs.db ├── img │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ └── Thumbs.db ├── Index.html ├── js │ ├── action.js │ └── jquery-1.9.1.min.js └── Work.html
最新发布
08-09
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值