Search

TechCrunch, Others Love Linux, MySQL

1 views

A survey by Pingdom of seven heavily visited websites found plenty of Apache web servers and PHP coding on their platforms, where Linux carries the platform and MySQL handles the database needs.

Some interesting observations came to the people at uptime monitoring firm surveyed for the report: FeedBurner, YouSendIt, Vimeo, and MySQL owned the field, as six of seven sites said they use it. All but Alexaholic run MySQL on Linux; Alexaholic uses Microsoft SQL Server on Windows.

To get pages to their web visitors, five of the seven sites chose Lighttpd, called 'Lighty', for their web serving requirements.

Except for Alexaholic, the other webservers all run on Linux.

“Lighttpd tends to work really well with AJAX-based sites like ours,” said Simon Yeo, director of operations at Meebo, in the blog.

Lighttpd also boasts usage at big-time sites such as YouTube and Wikipedia.

' /> Del.icio.us</a> | <a href=' /> Digg</a>  | <a href=' /> Reddit</a> | <a href=' /> Furl</a>  <br />
<br />
Bookmark Murdok: <a href=' /></a></p>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!