Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'python.': 0.04; 'python)': 0.05; 'python': 0.08; 'compiler.': 0.09; 'php,': 0.09; 'reports.': 0.09; 'am,': 0.13; 'blocking': 0.13; 'wrote:': 0.15; 'obviously,': 0.16; 'programing': 0.16; 'subject:Language': 0.16; 'subject:Programing': 0.16; 'pm,': 0.16; 'written': 0.17; "wouldn't": 0.17; 'work,': 0.20; 'language': 0.20; 'maybe': 0.22; 'header:In-Reply-To:1': 0.22; 'compiled': 0.23; 'interface': 0.23; 'code': 0.24; 'there.': 0.25; 'url:mailman': 0.27; 'putting': 0.28; 'guess': 0.28; 'lee': 0.28; 'message-id:@mail.gmail.com': 0.28; 'server': 0.29; 'subject:?': 0.31; 'url:listinfo': 0.32; 'programming.': 0.32; 'to:addr:python-list': 0.34; 'majority': 0.34; 'example,': 0.35; 'subject:What': 0.35; '(not': 0.35; 'pretty': 0.35; 'uses': 0.35; 'largest': 0.36; 'non': 0.36; 'url:python': 0.37; 'some': 0.37; 'listed': 0.37; 'languages': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'site,': 0.38; 'data': 0.39; 'i.e.': 0.39; 'php': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'did': 0.40; "i'd": 0.40; 'where': 0.40; 'your': 0.60; 'website': 0.65; 'sites': 0.65; 'believe': 0.66; 'interest.': 0.68; 'subject:are': 0.70; 'biggest': 0.74; 'charset:gb2312': 0.78; '30%': 0.80; 'research,': 0.82; 'ad-hoc': 0.84; 'jsp': 0.84; 'subject:Largest': 0.84; 'url:xahlee': 0.84; 'xah': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=0vJGl7xbPPEZz1PtO6AhUOFWJf6CXT2F/sj+vLw9tYA=; b=NYQ3vJAAwg0iMldpDmV7BJfz0pgvK+pmrFCIKhLLNbq361lCmvFeK5CeDQtzQRYh9R JQuGOwUqJeDg4aSqOqcT11KRzAXJAC7A2bDf0gHsYkq6n9mI6Ii6SrJA3MMtgfC10MlL hIERDFZrUM8kyfY/Kfnr8Q+5CRa6gXlDRqKaU= MIME-Version: 1.0 In-Reply-To: <45bb22bb-64f5-46e2-8466-fd9b9f7e4b39@cq10g2000vbb.googlegroups.com> References: <20f06312-9313-4380-b7e4-2515aca01a84@d8g2000prf.googlegroups.com> <45bb22bb-64f5-46e2-8466-fd9b9f7e4b39@cq10g2000vbb.googlegroups.com> Date: Wed, 20 Jul 2011 21:48:35 -0400 Subject: Re: What Programing Language are the Largest Website Written In? From: Michael Steinfeld To: python-list@python.org Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311212917 news.xs4all.nl 23973 [2001:888:2000:d::a6]:36884 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10003 2011/7/20 igotmumps : > On Jul 13, 1:04 pm, ccc31807 wrote: >> On Jul 12, 7:54 am, Xah Lee wrote: >> >> > maybe this will be of interest. >> >> > =A1=B4What Programing Language Are the Largest Website Written In?=A1= =B5http://xahlee.org/comp/website_lang_popularity.html >> >> About five years ago, I did some pretty extensive research, and >> concluded that the biggest sites were written serverside with JSP. >> Obviously, this wouldn't include The Biggest site, but if you were a >> big, multinational corporation, or listed on the NYSE, you used JSP >> for your web programming. >> >> I doubt very seriously PHP is used for the biggest sites -- I'd still >> guess JSP, or maybe a MS technology (not VB), but it's only a guess. >> >> CC. > > I believe Facebook uses a PHP/C compiler. i.e. the site is written in > PHP, but compiled down to C/C++... > > MZ not all sites use one language exclusively. For example, facebook status updates use their python non blocking web server "Tornado". Not sure if that means the interface code is python but just putting that out there. Where I work, the majority of the site is ruby, about 70% and 30% python. Many ad-hoc parts of the site use different languages (primarily python) to provide data for reports. > > -- > http://mail.python.org/mailman/listinfo/python-list >