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


Groups > comp.lang.python > #64311

Re: Python Scalability TCP Server + Background Game

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.013
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'duplicate': 0.07; 'odd': 0.07; 'subject: + ': 0.07; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'itself.': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'readable': 0.16; 'spacing': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'url:moin': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; 'possibly': 0.26; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'pan': 0.31; 'stuff': 0.32; 'thanks!': 0.32; 'open': 0.33; 'url:python': 0.33; 'running': 0.33; 'link.': 0.33; 'problem': 0.35; "can't": 0.35; 'received:google.com': 0.35; 'google': 0.35; 'instances': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'issue': 0.38; 'email addr:gmail.com': 0.63; 'more': 0.64; '20,': 0.68; 'groups.': 0.74; 'subject:Game': 0.91; 'subject:Server': 0.91; 'to:none': 0.92; 'relating': 0.93; 'philip': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=4JI61Ij6GIDekvOcUeWQ+60xUuCIy9+B9cmr3dU6GSU=; b=pcxQcjDg1pTdXQ+8A98lKD3Qx0KJETTJ0F92ckm87iTZFwjzgEKiIzaLnWFzeEsr0G q3F4e96RjdDRYPgW4FLPz7Ct3t3ogsc+0S4J+lQzbwpSHH8pdAqcacZ0bA0LlezBKwNx rG2QQO+Pp4bSd5nOzx9awgli+qyyCEXCZAl+fHYx43OVINOI6DIkI1bx+m7Xjf370gqT sGVMhfeDSU+m49KUMb6AUIvvm5GThADGiUHrrRBnWtPl5x3bpDMzDIIFanfhzHQKM4wN KeVD+PeN3oe2uprsKGGAVQm+DTSB2o5V36kX23mYh3dCSYAm+LKxZt04ezchJ720qqNG miUA==
MIME-Version 1.0
X-Received by 10.68.197.165 with SMTP id iv5mr2356717pbc.150.1390157907069; Sun, 19 Jan 2014 10:58:27 -0800 (PST)
In-Reply-To <xoGdnWNnYZzagkHP4p2dnAA@giganews.com>
References <27bae268-20a6-4ac3-a0dc-bd5be04d1da1@googlegroups.com> <08f0a532-6828-4eef-ae9f-de8722edd11e@googlegroups.com> <c2960031-ee97-40ad-a817-1bcd3452341f@googlegroups.com> <mailman.5676.1390051184.18130.python-list@python.org> <xoGdnWNnYZzagkHP4p2dnAA@giganews.com>
Date Mon, 20 Jan 2014 05:58:26 +1100
Subject Re: Python Scalability TCP Server + Background Game
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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.5716.1390157915.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1390157915 news.xs4all.nl 2897 [2001:888:2000:d::a6]:51179
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:64311

Show key headers only | View raw


On Mon, Jan 20, 2014 at 5:53 AM, Philip Werner <phiwer@gmail.com> wrote:
> On Sat, 18 Jan 2014 13:19:24 +0000, Mark Lawrence wrote:
>
>> On 18/01/2014 12:40, phiwer@gmail.com wrote:
>>
>> [snip the stuff I can't help with]
>>
>> Here's the link you need to sort the problem with double spacing from
>> google groups https://wiki.python.org/moin/GoogleGroupsPython
>
> Thanks for the link. I've, hopefully, solved the issue by switching
> to Pan instead of using google groups. :)

Looking a lot more normal and readable now. Thanks!

Note that some people have experienced odd issues with Pan, possibly
relating to having multiple instances running simultaneously. You may
want to take care not to let it open up a duplicate copy of itself.

ChrisA

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


Thread

Python Scalability TCP Server + Background Game phiwer@gmail.com - 2014-01-15 10:37 -0800
  Re: Python Scalability TCP Server + Background Game Chris Angelico <rosuav@gmail.com> - 2014-01-16 08:08 +1100
    Re: Python Scalability TCP Server + Background Game phiwer@gmail.com - 2014-01-17 23:44 -0800
      Re: Python Scalability TCP Server + Background Game Chris Angelico <rosuav@gmail.com> - 2014-01-18 19:01 +1100
        Re: Python Scalability TCP Server + Background Game phiwer@gmail.com - 2014-01-18 03:54 -0800
  Re: Python Scalability TCP Server + Background Game Asaf Las <roegltd@gmail.com> - 2014-01-18 04:13 -0800
    Re: Python Scalability TCP Server + Background Game phiwer@gmail.com - 2014-01-18 04:40 -0800
      Re: Python Scalability TCP Server + Background Game Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-18 13:19 +0000
        Re: Python Scalability TCP Server + Background Game Philip Werner <phiwer@gmail.com> - 2014-01-19 12:53 -0600
          Re: Python Scalability TCP Server + Background Game Chris Angelico <rosuav@gmail.com> - 2014-01-20 05:58 +1100
            Re: Python Scalability TCP Server + Background Game Philip Werner <phiwer@gmail.com> - 2014-01-21 03:59 -0600

csiph-web