What is open source software


xinitsystems.com keyword stats



Most current MSN search phrases:

what is the difference between KB and MB source
slash what Kentucky is known for
linux what is the meaning of the word adultery
the difference between kb and kb/s software
programming difference between linux and windows
meaning of Open Source application  

A practical use of Open Source Code Softwares

As we started the project of our web site, wenot the most popular Open Source Code
knew that the proprietary software costsdatabase. A matter of marketing ? Probably.
would be too high for our financialAs for the programming language PHP, we had
resources. Our only option then was to maketo use an object oriented application
use of Open Source Code softwares. However,structure. There are many PHP application
within the Open Source Code there are lots ofstructures being offered with Open Source
softwares to choose from, and it´s up toCode license. Object oriented application is
the system analyst/programmer to pick thevery important, because it makes programming
ones that best suit the project goals. In ourvery easy and scalable up to the point where
case, we picked Linux as our operatingthe system may grow without many problems.
system. However we faced a big question:Also, it helps to keep PHP code separated
Which Linux distribution ? There are dozensfrom HTML, with the help of some specific
of linux distributions, each one withlibraries, such as Smarty. We make use of
specific advantages, sometimes with orSmarty library and we believe that it is a
without paid services. We chose linuxvery important resource, which can even make
Slackware because we thought that it wouldweb pages faster thru the use of its cache
suit better our needs, in terms of stabilityfunctions. Also a very important set of
and reliability. Slackware is a conservativelibraries worth mentioning for PHP systems,
distribution, meaning that it only offers inis the PEAR libraries. In PEAR web site,
its distribution package kernel versions andamong the many libraries being offered, there
third party libraries, once it´s beenare the database interface DB and the
proved to be stable and reliable. As aMAIL_QUEUE, which sends emails thru the use
result, Slackware is one the most stableof database. As we came to the end of our
Linux operating system on the market. If theproject, we had to use some sort of real time
user wishes the most recent Linux kernel anddatabase replication. For that we chose the
libraries, we recommend to look for aDRBD and Heartbeat libraries. The use of
different distribution. Another reason for usdatabase replication is very important and
picking Slackware, was because of its textshould not be postponed. Just after 3 months
interface, which at the beginning may becomeour system got into production, our server
a bit difficult, in the long run however ithard disk became bad. Thru the use of DRBD
offers a better understanding of the LinuxHeartbeat we were able to put the system back
environment. This way most of Slackwareinto production within seconds, without
configurations are done thru text scripts.loosing any data. DRBD/Heartbeat replication
Once it was set the operating system, weis done thru the use of a lan network between
picked Apache as our web server. Apache isthe server and slave nodes. Our project also
one of the most popular web server in themakes use of ImageMagick (enlarge and reduce
internet. For server programming language, weimages), Iptables (firewall), Tsearch2(text
chose PHP. Also, a very popular programmingsearch in portgresql) and Mon (linux
language. Our experience with Apache/PHPmonitoring tasks). Also a very important
proves that this setup is very reliable,library worth mentioning is the pseudo APC
working extremely well in our productioncompiler for PHP. Speed is always a critical
environment. For workstation programmingfactor for internet sites. Our web site is
language, we chose javascript, which besidesalready in production and based upon our
of having a simple syntax, it offers lots ofexperience we can say that the Open Source
resources. Apache web server is really aCode softwares we picked, proved to be
complete web server. Also, it can become veryextremely reliable and stable. Open Source
complex with many configuration setups. ForCode softwares can certainly be an excellent
our database, we picked Postgresql. Thisoption for developing web sites. Roberto
database has been made available to theSedycias IT Consultant This article is under
public for more than 15 years, and besides ofGNU FDL license and can be distributed
being well debugged, it offers so manywithout any previous authorization from the
resources that it has become one of the bestauthor. However the author´s name and all
database options from Open Source Codethe URL´s (links) mentioned in the article
softwares. Extremely reliable, Postgresql hasand biography must be kept. This article can
reported cases where there have beenalso be accessed in portuguese language from
databases in production with over 4the News Articles section of page
terabytes. Besides all of that, Postresql isPoloMercantil.



1 A B C 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86