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


Groups > comp.lang.python > #74247 > unrolled thread

Re: Entreprise level python tcp server

Started byINADA Naoki <songofacandy@gmail.com>
First post2014-07-09 20:05 +0900
Last post2014-07-09 20:05 +0900
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Entreprise level python tcp server INADA Naoki <songofacandy@gmail.com> - 2014-07-09 20:05 +0900

#74247 — Re: Entreprise level python tcp server

FromINADA Naoki <songofacandy@gmail.com>
Date2014-07-09 20:05 +0900
SubjectRe: Entreprise level python tcp server
Message-ID<mailman.11686.1404903933.18130.python-list@python.org>
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
<a.nandagoban@traxens.com> 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  <songofacandy@gmail.com>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web