public marks

PUBLIC MARKS from solrac with tags linux & php

2009

Important LAMP systems tuning considerations Part-3

Each component of LAMP -- Linux, Apache, PHP, or MySQL -- has various needs. Part-3 helps you understanding them individually to eliminate the bottlenecks that can slow your application performance.

Important LAMP systems tuning considerations Part-2

This series of three articles on tuning LAMP systems discusses many of the server configuration items that can make or break an application's performance. Part-2 focuses on steps you can take to optimize Apache and PHP.

Important LAMP systems tuning considerations Part-1

Part-1, of the Tunning LAMP (Linux, Apache, PHP, or MySQL) systems, covers the LAMP architecture, some measurement techniques, and some basic Linux kernel, disk, and file system tweaks.

2007

Use Ajax with PHP and object-oriented Xajax

More than 40% of Web applications today use PHP as their scripting language. Various PHP class libraries are available for using Ajax with PHP, among them Xajax, an open source, object-oriented, PHP class library. In this article, learn how to implement PHP, Ajax, and Xajax to develop a dynamic Web application solution accessing IBM DB2 9 for Linux and UNIX.