|
 |
Storage Networking , Part 1
eBook: A storage network is any network that's designed to transport block-level storage protocols. But understanding the ins and outs of networked storage takes you deep into several of protocols. This guide covers SANs, Fibre Channels, Disk Arrays, Fabric, and IP Storage.
»
Storage Networking 2, Configuration and Planning
eBook: Picking up where Part 1 left off, Part 2 of our look at storage networking examines configurations for SAN-attached servers and disk arrays, and also includes a look at the future of IP storage.
»
Storage Management Costs in the Enterprise: A Comparison of Mid-Range Array Solutions Whitepaper:
Many factors contribute to the ownership cost for enterprise storage. These include (but are not limited to): physical capacity relative to physical space requirements, performance capacity for data transfer and system reaction time, software maintenance and updates, expandability and flexibility, and much more.
»
Storage Is Changing Fast Be Ready or Be Left Behind
PDF: The storage landscape is headed for dramatic change, thanks to new technologies like Fibre Channel over Ethernet (FCoE), pNFS, object-based storage and SAS that will affect everything from NAS and SANs to disk drives. Get the knowledge you need to make the most of your storage environment, now and in the future.
»
HP StorageWorks EVA4400 Demo:
Dont settle for an expensive and complex array that lacks functionality. The HP StorageWorks EVA4400 delivers virtual storage with enterprise class functionality at an affordable price.
»
|
|
PHP 4.0: Dynamic Content for the Web Warrior
PHP 4: A Vast Improvement

Paul Ferris
Thursday, May 25, 2000 02:28:29 PM
If you've been cruising the net, looking for the latest and greatest things,
you often come across vaporware technologies, and promises that are made
and broken. You might find yourself imagining things, like over-hyped
proprietary products coming down the pike, where the choices had been open
in the past.
The world has changed overnight, in case you've blinked.
If you came late to the PHP Party, don't worry--there's plenty of
reasons to celebrate. PHP is an Open Source server-side scripting language
for creating dynamic web content, in place on some 1.5 million Web sites
worldwide--and growing. There's a new version of PHP out, version 4.0.
I just got around to downloading and giving it a whirl.
PHP 4.0 is not a trivial upgrade to an existing product--it's a total
re-write with backward compatibility to the 3.x technology.
That's actually quite a feat, because they kept the compatibility with
version 3.x while making some radical changes under the hood.
First and foremost, the 3.x product was really an interpreted
language, each line of code evaluated during the execution of the
server side page.
With version 4.0, the functional difference is actually quite staggering--the server actually compiles the code on the fly, and then executes the
code, with dramatic improvements in speed, as you can guess.
There's actually more to it than this. Zend
Technologies now provides an optimizer (not a
free product, by the way--they have to make a
living somehow) for people who have created
massive PHP projects and want to create more
efficient code bases.
And if that's not
enough, PHP has been separated completely from
Apache, so that the language itself can be
embedded into other products that need scripting
languages. This is absolutely awesome news, as
far as I'm concerned. Possibly even bigger news
than PHP 4.0 itself.
I've come to enjoy
coding in PHP a lot. I've found its syntax is
very consistent and its ability to hide gory
programming details to be extremely pleasant. I
can only hope that the open source projects that lack a good
scripting language will
take this ball and run with it. Imagine all of
your favorite databases running the same
scripting language, one that's pretty easy to
learn and fairly well documented. The
possibilities are endless.
Next: Benchmarking Performance »