Live data from Hacker News

What Language And Data Storagage Engine Is Your YC Idea Using?

news.ycombinator.com

1–5 of 5 posts

Re: What Language And Data Storagage Engine Is Your YC Idea Using?

#4

Why are you running on two different OSes?

Fedora updates much quicker to newer versions of packages, specifically in our case PHP. So our webserver is running Fedora, and or database server, MySQL, is running CentOS 5.2.

The nitty gritty is that the CentOS base installs PHP 5.1.6, but we use features only in PHP 5.2 and greater.

Re: What Language And Data Storagage Engine Is Your YC Idea Using?

#5

Why are you running on two different OSes?

Fedora updates much quicker to newer versions of packages, specifically in our case PHP. So our webserver is running Fedora, and or database server, MySQL, is running CentOS 5.2. The nitty gritty is that the CentOS base installs PHP 5.1.6, but we use features only in PHP 5.2 and greater.

Why run any CentOS at all then?