`
eyesmore
  • 浏览: 364805 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Ve ...
【php靠什么运行】 tomcat是servlet容器,tomcat只能支持servlet/jsp标准,并不支持php。apache httpd是个web server和http反向代理,可以支持第三方的插件modules,因此要在apache下运行php,必须加载php5_module这么个插件。   在httpd.conf中配置ph ...
【集群的概念】   集群(cluster)指的是一组计算机通过通信协议连接在一起的计算机群,它们能够将工作负载从一个超载的计算机迁移到集群中的其他计算机上,这一特性称为负载均衡(load balancing),它的目标是使用主流的硬件设备组成网格计算能力,达到、甚至超过天价的超级计算机的计算性能。 1、集群顾名思意是一群计算机构成的集合。2、它们之间要相互通信,通信的目的是:保持应用的一致性。应用的一致性包括应用数据的一致性呵应用操作的一致性。         (程序=数据+操作; 操作一致性只要两个代码完全一样就可以了,当然如果应用程序在线升级要保持操作一致性可能比较困难。 ...
<?xml version='1.0' encoding='utf-8'?> <Server port="8005" shutdown="SHUTDOWN">  (注1: 连接到8005口子,输入SHUTDOWN可以通过远程的方式把tomcat服务给停了。也算个远程管理端口吧。)   <GlobalNamingResources>     <Resource name="UserDatabase" auth="Container"               ty ...
The Apache  mod_jk   module is a plug-in that handles communication between Tomcat and the HP-UX Apache-based Web server. Figure 3-3   illustrates load balancing with  mod_jk . The  mod_jk   module load balances between several application servers. In most cases, the web server hand ...
原文地址:http://highscalability.com/7-stages-scaling-web-apps 标题:The 7 Stages of Scaling Web Apps 翻译:大型web程序架构阶段 * Stage 1 - The Beginning: Simple architecture, low complexity. no redundancy. Firewall, load balancer, a pair of web servers, database server, and ...
1、http://www.kuqin.com/web/20080707/10604.html   Memcache 协议(中英对照) 2、http://it.dianping.com/use-memcached-to-build-high-performance-web-application.htm 利用memcached构建高性能的Web应用程序 3、
  一、需求背景 一般的 servlet 容器(如 tomcat, resin 等)实现的 javax.servlet.http.HttpSession 的可见性都仅局限于一个 web 应用程序内,即使运行在同一个 JVM 里两个不同的 web 应用之间也不可共享 session 信息。通常情况 ...
Session详解   (讲解得够详细) http://www.dlog.cn/wojiushicai/diary/10070        
memcached的安装   http://www.ccvita.com/258.html http://jehiah.cz/projects/memcached-win32/   http://www.iteye.com/topic/208981  (使用入门,直接给出了服务端和客户端的下载) http://code.google.com/p/memcached/wiki/Clients  (memcache的各种客户端) http://www.iteye.com/topic/264010 (阿里巴巴的一个工程师,使用了自定义的Bean,这一点是很有意思的,自定义的Bean使用的 ...
ServletContext接口是Servlet中最大的一个接口,呈现了web 应用的Servlet视图。ServletContext实例是通过 getServletContext()方法获得的,由于HttpServlet继承Servlet的关系GenericServlet类和 HttpServlet类同时具有该方法。每个应用都会有一个ServletContext对象与之关联,当容器分布在在多个虚拟机上时,web应用在所 分布的每个虚拟机上都拥有一个ServletContext实例.缺省情况下,ServletContext不是分布式的,并且只存在于一个虚拟机上。     1 ...
JSTL属于服务端的技术,需要服务端解释支持 JSTL标准标签库是一种自定义的标签库集合,实现了Java程序的基本功能:如数据操作管理,访问数据库,迭带和条件判断等等。它通过将常用的功能封装成简单的语法标记,有效的取代了JSP页面的Scriptlets代码 ,简化了WEB的开发过程,使得开发人员可以利用自定义标签机制来创建JSP自定义标签。   JSTL提供了统一的接口,保证了WEB应用在不同服务器上的可移植 ;它能够允许设计工具与WEB应用的有效集成。正是由于JSTL独特的优势,使得它作为开放式源代码的标签库正在被不断完善。 由于它的目的是取代scriptlets,那么它必须具备程序语言 ...
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ganymede/SR2/eclipse-jee-ganymede-SR2-win32.zip
http://www.javabeat.net/articles/18-introduction-to-spring-mvc-web-framework-web-tier-3.html
6.2. Replication Implementation Overview 6.2. Replication Implementation Overview MySQL replication is based on the master server keeping track of all changes to your databases (updates, deletes, and so on) in its binary logs . Therefore, to use replication , you must enable binary l ...
Global site tag (gtag.js) - Google Analytics