Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74265

Re: Entreprise level python tcp server

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.019
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'great.': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'stackless': 0.09; 'python': 0.11; 'language,': 0.12; 'windows': 0.15; 'pyinstaller': 0.16; 'r&d': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'task.': 0.16; 'tcp': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'users.': 0.18; 'all,': 0.19; 'header:User-Agent:1': 0.23; 'source': 0.25; 'script': 0.25; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'anyone': 0.31; 'could': 0.34; 'connection': 0.35; 'tool': 0.35; 'convert': 0.35; 'requirement': 0.35; 'there': 0.35; 'application': 0.37; 'level': 0.37; 'server': 0.38; 'handle': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'tell': 0.60; 'developed': 0.63; 'our': 0.64; 'provide': 0.64; 'more': 0.64; 'different': 0.65; '10000': 0.68; 'online': 0.71; 'received:12': 0.81; 'benchmark': 0.84; 'br,': 0.84; 'reliability': 0.84; 'sas': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Emile van Sebille <emile@fenx.com>
Subject Re: Entreprise level python tcp server
Date Wed, 09 Jul 2014 10:12:52 -0700
References <002b01cf9b61$9cf8d580$d6ea8080$@traxens.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host www.westernstatesglass.com
User-Agent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
In-Reply-To <002b01cf9b61$9cf8d580$d6ea8080$@traxens.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11699.1404926022.18130.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1404926022 news.xs4all.nl 2886 [2001:888:2000:d::a6]:56661
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:74265

Show key headers only | View raw


EVE online uses stackless python 
(http://highscalability.com/eve-online-architecture) and has seen a max 
of some 40k simultaneous users.  You might want to look into how they do it.

Emile


On 7/9/2014 3:36 AM, 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
>
>
>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Entreprise level python tcp server Emile van Sebille <emile@fenx.com> - 2014-07-09 10:12 -0700

csiph-web