PacketLogic has predefined user interfaces that are powerful and easy to use, such as the client and the Webstatistics. However, when the need arises to do something that is not defined in those interfaces, they are not possible for the end user to modify or customize. This is when using an API is very effective. Using the PacketLogic Python API provides access to virtually all the functionality available in the existing user interfaces, but with full possibilities to customize, integrate, and otherwise adapt the interface according to local and site-specific requirements. The PacketLogic Python API is implemented as a Python module, which means writing scripts to interface with a PacketLogic unit is a matter of:
1. Installing Python Python is available for free for all major operating systems.
2. Installing the API The API is available for free as a download from Procera Networks, on Windows and Linux operating systems.
3. Writing scripts
Read the rest of this entry »
This paper will discuss the difficulties and methods involved in debugging the Linux kernel on huge clusters. Intermittent errors that occur once every few years are hard to debug and become a real problem when running across thousands of machines simultaneously. The more we scale clusters, the more reliability becomes critical. Many of the normal debugging luxuries like a serial console or physical access are unavailable. Instead, we need a new strategy for addressing thorny intermittent race conditions. This paper presents the case for a new set of tools that are critical to solve these problems and also very useful in a broader context. It then presents the design for one such tool created from a hybrid of a Google internal tool and the open source LTTng project. Real world case studies are included.
Read the rest of this entry »
Traditionally, Microsoft’s core business has been focused on the Windows platform and the Office suite. Windows and Office, by all means, continue to be the heart of Microsoft. The latest versions of the flagship products, Windows Vista and the Office 2007 System, made available to the public at the end of January 2007, have fueled the vast majority of the company’s most recent fiscal second quarter record financial results of $16.37 billion in revenue, and $6.48 billion in operating income. With Office SP1 out of the way at the end of 2007, Microsoft is currently building Windows Vista Service Pack 1, Windows XP Service Pack 3 and Windows 7 client platforms, as well as putting the finishing touches on Windows Server 2008.
Read the rest of this entry »
17 Apr
Posted by jj as Development, Operating System
Sun and Amazon Web Services opened a private beta program starting on May 5, 2008. Approved beta users get access to OpenSolaris™ operating system (OS) at http://www.opensolaris.org/ on Amazon Elastic Compute Cloud (EC2). OpenSolaris on Amazon EC2 is an Amazon Web service that incorporates hardware virtualization technologies based on the Sun™ xVM software and the Xen open source community work. Information about Amazon EC2 is located at: http://aws.amazon.com/ec2
Read the rest of this entry »
First, let me thank you for purchasing this exciting new guide on how to optimize your site Drupal websites for search engine optimization. I really appreciate that. In this book, we will look at what Search Engine Optimization (SEO) is, and the ways in which it can be used. Through this book, we will provide you with the basics on using Search Engine Optimization in order to improve traffic flow to your site.
Read the rest of this entry »
This document is written for application developers who want to build WebLogic Server e-commerce applications using the Java 2 Platform, Enterprise Edition (J2EE) from Sun Microsystems. It is assumed that readers know Web technologies, object-oriented programming techniques, and the Java programming language.
Read the rest of this entry »
The development of the Linux USB subsystem started in 1997 and in the meantime it was redesigned many times. This implied various changes of its internal structure and its API too. So it is even hard for experienced device driver developers to keep up to date with all ongoing discussions and current changes.
Read the rest of this entry »
How to setup a Web Server in a Linux or MS-Windows environement with Tomcat, Apache and the WARP Connector (WebApp).
Be careful that the new versions (Apache 2 and tomcat 4) needs some particular changes. I will try to integrate them, but for now, check the Chapter 5 at the end of this document ! Besides, consider using Tomcat stand-alone : if it is fast enough, don’t loose your time until the connector configuration is more stable. Enventually consider RESIN ($500) [http://www.caucho.com/] or Orion ($1500) [http://www.orionserver.com/], whish are much cheaper than the well known BEA WebLogic or IBM WebServer.
Read the rest of this entry »