预览模式: 普通 | 列表

Too many open files解决方法

CODE:

vi /etc/security/limits.conf



[code]
#Each line describes a limit for a user in the form:
#
#<domain> <type> <item> <value>
#
#Where:
#<domain> can be:
# - an user name
# - a group name, with @group syntax
# - t...

查看全部...

标签: too-many-open-files 

分类:Linux | 固定链接 | 评论: 31 | 查看次数: 3669

php5兼容php4 domxml

附件
切换到幻灯片模式

Scripts for PHP4 domxml compatible with PHP5 dom
In order to run your PHP4 scripts that use domxml on a server moving to PHP5, you only need to include the file domxml-php4-to-php5.php in your PHP4 source code, this way:
[code]
if (version_compare(PHP_VERSION,'5','>='))
require_once(...

查看全部...

标签: DOM php5 php4 domxml 

分类:php/python | 固定链接 | 评论: 18 | 查看次数: 2904

Enhancing WEB APP Performance with cache

附件
附件
附件
附件
附件
附件
附件
切换到幻灯片模式

<h2>Introduction</h2>

<p>Memory is a constant bottleneck for large, busy applications. It is also the area in web development where the most abuse occurs and where the most benefit may be gained. In some cases, effective caching strategies can both lower the memory footprint and...

查看全部...

标签:

分类:JAVA技术 | 固定链接 | 评论: 38 | 查看次数: 4029

Distributed Computing Made Easy

附件
附件
附件
附件
附件
切换到幻灯片模式

<h2>Introduction</h2>

<p>In case you haven't noticed, distributed computing is hard. </p>

<p>The problem is that it is becoming increasingly important in the world of enterprise application development. Today, developers continuously need to address questions like...

查看全部...

标签: Grid Distributed Computing 

分类:高并发.网格.分布式 | 固定链接 | 评论: 59 | 查看次数: 4705

Cluster Tech:in mem session replication in tomcat

附件
附件
附件
附件
切换到幻灯片模式

<h2>Introduction</h2>

<p>
Many of you have heard the term clustering. It is being thrown around as a buzzword by sales people, developers and just about anybody that deals with J2EE technology. For a lot of people it just remains a buzzword, while others dedicate large amounts ...

查看全部...

标签:

分类:高并发.网格.分布式 | 固定链接 | 评论: 12 | 查看次数: 2534

Implementing a Data Cache using Readers And Writer

<font face="Arial" size="+2"><b>
Implementing a Data Cache using Readers And Writers
</b></font>
<br><b>By Billy Newport, EJB Consultant</b><Br><br>

You may have come acros...

查看全部...

标签:

分类:JAVA技术 | 固定链接 | 评论: 14 | 查看次数: 1835

Clusting the TSS

附件
切换到幻灯片模式

<h2>Introduction - The Portability Challenge</h2>

<p>
One of the primary benefits of J2EE over its competitors is it's claim to true portability. This has been the rallying cry for J2EE and its single most important trait, a trait that has allowed J2EE to grow as a lively comm...

查看全部...

标签: TSS cluster 

分类:JAVA技术 | 固定链接 | 评论: 20 | 查看次数: 2484

Optimizing Java App

附件
附件
附件
切换到幻灯片模式

<h2>Use sound practices to make code-and development teams-more efficient</h2>

<p>
Without the right tools and techniques, tuning for performance can be unbearably difficult, yet you can't afford to turn your back on the process. It's absolutely critical. With the size and comp...

查看全部...

标签:

分类:JAVA技术 | 固定链接 | 评论: 29 | 查看次数: 3521

Object Slicing and Component Design with Java

附件
附件
附件
附件
附件
附件
切换到幻灯片模式

<h2>Motivation</h2>
<p>Object-oriented systems are usually partitioned into layers of related responsibilities
and only dependencies in one direction are allowed, from higher layers (more
specific, less reusable) to lower ones (more general, more reusable). Classes
in hig...

查看全部...

标签: Object Component 

分类:JAVA技术 | 固定链接 | 评论: 13 | 查看次数: 2606

Novell extend joins TSS Cluster

附件
切换到幻灯片模式

<h2>Introduction - The Portability Challenge</h2>

<p>
At the end of September 2002, TheServerSide ported its codebase to be clusterable around BEA WebLogic 7, and Oracle 9iAS - the ultimate display of J2EE portability in action.
We then wrote <a href="/tt/articles/arti...

查看全部...

标签: cluster Novell 

分类:JAVA技术 | 固定链接 | 评论: 14 | 查看次数: 2143

J2EE Best Practices for Performance

附件
附件
切换到幻灯片模式

Learn all about the best practices for performance engineering in J2EE Web applications. This chapter, excerpted from Wiley's "J2EE Best Practices: Java Design Patterns, Automation, and Performance", looks at the role of performance in the development process and discusses a number of tech...

查看全部...

标签: J2EE performance 

分类:JAVA技术 | 固定链接 | 评论: 29 | 查看次数: 3700

J2EE Clustering

附件
附件
附件
附件
附件
附件
附件
附件
附件
附件
附件
附件
附件
附件
附件
切换到幻灯片模式

<h1> Preface </h1>
<p> More and more mission-critical and large scale applications are now running on Java 2, Enterprise Edition (J2EE). Those mission-critical applications such as banking and billing ask for more high availability (HA), while those large scale systems such as Goo...

查看全部...

标签: J2EE cluster 

分类:高并发.网格.分布式 | 固定链接 | 评论: 28 | 查看次数: 4614

Pro Java EE 5 Peformance Management and Optimizati

附件
附件
切换到幻灯片模式

Pro Java EE 5 Peformance Management and Optimization features proven methodology to guarantee top-performing Java EE 5 applications and explains how to measure performance in your specific environment. The book details performance integration points throughout the development and deployment lifecycl...

查看全部...

标签: Management JavaEE Peformance Optimization 

分类:JAVA技术 | 固定链接 | 评论: 32 | 查看次数: 4654

Using Terracotta DSO

附件
切换到幻灯片模式

<P>Terracotta DSO is an open source technology created by Terracotta, meant to provide clustering to Java at the virtual machine level. It does so by weaving code around specific classes, which will communicate with a specific server process to retrieve and update data as needed.</P>
&l...

查看全部...

标签: Terracotta DSO 

分类:JAVA技术 | 固定链接 | 评论: 13 | 查看次数: 2409

Performance Tuning J2EE Applications on MYSQL

附件
切换到幻灯片模式

Performance Tuning J2EE Applications deployed on MySQL
Last week I attended Mark Matthew's "Performance Tuning J2EE Applications deployed on MySQL" at the MySQL Conference (see Anthony's Review). Mark's presentation had a lot of tips and tricks with the MySQL JDBC Driver. I asked him to s...

查看全部...

标签: mysql J2EE performance 

分类:JAVA技术 | 固定链接 | 评论: 33 | 查看次数: 3998