Mozilla on Linux vs. Mozilla on Windows

Mozilla on Linux vs. Mozilla on Windows

What's the difference between Mozilla on Linux and Mozilla on Windows?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Mozilla is 99% the same on both platforms. This is fundamentally because most of the information that enters a running Mozilla instance comes from portable text-based languages like JavaScript, HTML, XUL and CSS, or from portable binary file formats like PNG. So Mozilla is in effect a big processing engine for portable text and portable images.

Some of the smaller differences are follows. Command line options are slightly different - type 'mozilla --help' on Linux, type 'mozilla -h > foo.txt' on Windows. Process management is different, Linux Mozilla uses a number of processes where Windows Mozilla starts with one. Process adoption is different: on Windows starting Mozilla twice results in one instance; on Linux starting Mozilla twice results in two instances.

For developers, Linux is a better place to hack on XUL-based Mozilla applications. It's easier to startup and tear down Mozilla on Linux than it is on Windows. Mozilla on Linux is also free from some of the confusing behaviour that many Windows programs have. It's never necessary to clean up zombie Mozilla processes on Linux, or reboot the box after a heavy hacking session.


This was first published in March 2004