Apache 2.0 Scales to Windows

Written By
Timothy Dyck
Timothy Dyck
Published: Apr 16, 2001
Updated: Feb 2, 2021
3 minute read
eWeek content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More

Finally kicking the door open to widespread corporate Windows deployment and dramatically boosting Unix scalability via threads, The Apache Software Foundation has released the first beta of Apache HTTP Server 2.0.

Four years in development, this more-or-less-stable build boasts an entirely new server design based on an operating-system-independent layer called Apache Portable Runtime, along with new multiprocessing modules for specific operating systems.

Apache 2.0 implements new module design. Unlike Apache 1.3 modules, Apache 2.0 modules can be layered so they can modify one anothers output—a Common Gateway Interface program can now have its output processed by another module, for example. (Of course, this means current Apache 1.3 modules will have to be redesigned to work with Apache 2.0.)

Because of the new run-time layer, Apache is no longer coded directly to POSIX interfaces; the use of buggy, poorly performing POSIX libraries is why Apache currently doesnt run as well on non-Unix operating systems as it does on Unix-based operating systems. Apache 2.0 takes advantage of native system calls on all its platforms and so will be more stable and faster than previous releases.

eWeek Labs tested Beta 1 code, which became available earlier this month at www.apache.org, and was able to run the server on Windows NT Server 4.0 and Red Hat Inc.s Red Hat Linux 7.0.

We did have a few problems with the beta code but, in general, the software is quite usable. Its only available in source-code form, so a compiler is a requisite.

Unfortunately, this build still lacks any official administration tools, our biggest complaint with the earlier versions. Although several independent products exist (a list is at gui.apache.org), there are no compatibility, completeness or timeliness guarantees for these products. Wed like to see the foundation back one of the Web-based efforts and include it with the server; it would make Apache easier to learn, plus simplify remote administration.

Apache.org has been running this code for a couple of weeks now, but its still six months to a year away from final code, according to Ryan Bloom, vice president of the Apache Portable Runtime project, judging from his experience with past releases.

Apache has also been redesigned to use threads instead of processes. Apache 1.3 could only use processes on Unix operating systems—a very resource-intensive design. Users of Solaris, AIX, HP-UX and other Unix operating systems should see a big scalability increase with the new design. However, Linux and Windows users wont see this benefit. On Linux (where threads and processes are the same to the kernel), threads dont offer any CPU gains; on Windows, Apache 1.3 already uses threads.

Advertisement

Finally, an SSL (Secure Sockets Layer) module will ship with the server; this will be a new effort designed to replace mod_ssl and other third-party SSL Apache modules.


Apache HTTP Server 2

.0 Beta 1″>

Apache HTTP Server 2.0 Beta 1

Web site developers eager to dig into Apache 2.0s portable design and new modular programming model will find that this early beta provides lots of goodies, but it should remain a trial balloon at this stage of its release.

SHORT-TERM BUSINESS IMPACT // Threading support offers an immediate capacity boost on most Unix platforms.

LONG-TERM BUSINESS IMPACT // This version makes Apache more attractive to large businesses now that they will be able to run it with confidence on Windows systems.

Production-quality operation on non-Unix operating systems; support for threads can provide a big scalability boost; better use of native operating system features should speed server operation; modules can modify the output of the other modules.

Still no official, supported administration tools; Apache 1.3 modules need to be redesigned for the 2.0 release.

The Apache Software Foundation, Forest Hill, Md.; www.apache.org

Timothy Dyck

Timothy Dyck is a Senior Analyst with eWEEK Labs. He has been testing and reviewing application server, database and middleware products and technologies for eWEEK since 1996. Prior to joining eWEEK, he worked at the LAN and WAN network operations center for a large telecommunications firm, in operating systems and development tools technical marketing for a large software company and in the IT department at a government agency. He has an honors bachelors degree of mathematics in computer science from the University of Waterloo in Waterloo, Ontario, Canada, and a masters of arts degree in journalism from the University of Western Ontario in London, Ontario, Canada.

eWeek Logo

eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site's focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.