Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74265 > unrolled thread
| Started by | Emile van Sebille <emile@fenx.com> |
|---|---|
| First post | 2014-07-09 10:12 -0700 |
| Last post | 2014-07-09 10:12 -0700 |
| 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.
Re: Entreprise level python tcp server Emile van Sebille <emile@fenx.com> - 2014-07-09 10:12 -0700
| From | Emile van Sebille <emile@fenx.com> |
|---|---|
| Date | 2014-07-09 10:12 -0700 |
| Subject | Re: Entreprise level python tcp server |
| Message-ID | <mailman.11699.1404926022.18130.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web