Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.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.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'great.': 0.07; 'url:github': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'language,': 0.12; 'windows': 0.15; 'before.': 0.16; 'frameworks.': 0.16; 'pyinstaller': 0.16; 'r&d': 0.16; 'task.': 0.16; 'tcp': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'all,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'source': 0.25; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'anyone': 0.31; 'languages': 0.32; 'url:python': 0.33; 'could': 0.34; 'connection': 0.35; 'tool': 0.35; 'convert': 0.35; 'requirement': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'application': 0.37; 'level': 0.37; 'server': 0.38; 'handle': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'tell': 0.60; 'developed': 0.63; 'our': 0.64; 'provide': 0.64; 'more': 0.64; 'different': 0.65; 'here': 0.66; '10000': 0.68; 'jul': 0.74; 'benchmark': 0.84; 'br,': 0.84; 'reliability': 0.84; 'sas': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=rPXDpCF4ifqGbcbHxSW7ykFx7EpNQbemJPX0v5nLJWU=; b=QXcibH7T0Lnxmn6fth/kFpVqR2AeZz88FNlTW5cEMulal+XpBzvDaBhbL+ymGNFiq/ X0G2Rf3Bk5TsaNPVWJJz3m+kph3bt5b8g/9ugzmk6S9TaPyZTi2OCgXEXfjqfYMPT0TR 9bkXqa5Nl2z+moxZMKvXtzNYp4yratJ71mLIUKY+vdcpkeNiOPUW1/Z2hrNw57GMZ0gI +nZXVLzgAVu7isgu7BLjPcaHg1JoDdcgprn6np7iKvmcpcsz0UeDgLS1hZguCNq3xOSE NTQWZWtUFHn4Bl6vVtYWk3Y6WmB9qPEClPLasWtFGFtX1RC/MVjmgyg9472PE2LKsyBF 5Z1A== X-Received: by 10.140.19.176 with SMTP id 45mr2776131qgh.46.1404903925094; Wed, 09 Jul 2014 04:05:25 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <002b01cf9b61$9cf8d580$d6ea8080$@traxens.com> References: <002b01cf9b61$9cf8d580$d6ea8080$@traxens.com> From: INADA Naoki Date: Wed, 9 Jul 2014 20:05:05 +0900 Subject: Re: Entreprise level python tcp server To: Arulnambi Nandagoban Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 52 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404903933 news.xs4all.nl 2899 [2001:888:2000:d::a6]:35649 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74247 I +1 on Tornado. Here is echo server in some languages and frameworks. https://github.com/methane/echoserver # Benchmark is very outdated. Go is now very faster than before. On Wed, Jul 9, 2014 at 7:36 PM, Arulnambi Nandagoban wrote: > Hello all, > > > > Can anyone tell me the reliability level of python server in enterprise > application ? I already developed a tcp server in python as a prototype. > > Our requirement for tcp server to handle more than 10000 connection > simultaneously . Since, I am the only python fanatic in my company, it is > difficult > > to make them convince. If you could provide me with source for benchmark for > tcp server with different language, it will be great. > > I like to convert the python script to windows application. For the moment, > I use Pyinstaller to do this task. Is there any other tool available to do > this task. > > > > BR, > > Arulnambi > > > > R&D engineer > > Traxens SAS > > France > > > > > -- > https://mail.python.org/mailman/listinfo/python-list > -- INADA Naoki