Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'essentially': 0.04; '(even': 0.05; '*is*': 0.09; 'falls': 0.09; 'sucks': 0.09; 'developer': 0.10; 'cc:addr:python-list': 0.11; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:GUI': 0.16; 'subject:programming': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'supported': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'compared': 0.30; 'dec': 0.30; 'subject:please': 0.30; 'message- id:@mail.gmail.com': 0.30; 'explained': 0.31; 'quite': 0.32; 'linux': 0.33; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'too': 0.37; 'being': 0.38; 'stopped': 0.38; 'does': 0.39; 'how': 0.40; 'even': 0.60; 'is.': 0.60; 'back': 0.62; '20,': 0.68; "today's": 0.70; 'beats': 0.84; 'absolutely': 0.87; 'subject:want': 0.91; 'to:none': 0.92; 'subject:answer': 0.95; '2013': 0.98 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=xsTqts2oh44k8GlzJsdRBcphmvRDhrbPz4oMAbwciRM=; b=X2yrn+2tgaNxplNCpvsmmFhkGr1pX+dto0y+RfyjJoJcLqyNpMs7bgmgpfl7CG9rQ6 FYAZLENHshoM2ZrCjhWuk5ekGQmF/a2x6DxHH/k7hYdO3cJBVOIj7Ed/vnLxzq6J29Rx Ix29pXP9mN+jZEvARTM/xU1Jk3skXOCMLW8HKG1pTtxYgigu9nmKAnQRJYhHW7VHbrWA G/PhyRVx1pmYJp7lyVWXyYPUhT0k+T0I/yE9MPy3OhrR9baw360RQpETq3OgfpFu4E0I 6KPXjL2oCU7taDXHfdyiQ5MeOX0Xmu4xrj3RjKkm3E1Xx7TR1YvZi74cO0aS4bwO5i1S uL9A== MIME-Version: 1.0 X-Received: by 10.58.46.171 with SMTP id w11mr1425583vem.5.1387470038536; Thu, 19 Dec 2013 08:20:38 -0800 (PST) In-Reply-To: <20131219163237.7e855831680a4e5cba2cea94@gmx.net> References: <9f5d28ce-504d-40db-baa2-ff3699ab05c7@googlegroups.com> <52AE4A86.8040402@arcor.de> <52AE86E5.70409@gmail.com> <20131217160039.eba12a87ca9cd0a8fbd4fb14@gmx.net> <20131219163237.7e855831680a4e5cba2cea94@gmx.net> Date: Fri, 20 Dec 2013 03:20:38 +1100 Subject: Re: GUI:-please answer want to learn GUI programming in python , how should i proceed. From: Chris Angelico Cc: "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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387470046 news.xs4all.nl 2854 [2001:888:2000:d::a6]:59940 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62405 On Fri, Dec 20, 2013 at 2:32 AM, Wolfgang Keller wrote: > With Windows it *is* "normal". An experienced software developer > once even explained the reason to me. When a single process on Windows > does I/O, then the system essentially falls back to "single tasking". > Or (non-)"cooperative multitasking" at best, depending on how > dissocial the developer of that process is. What?! I've supported Windows for quite a few years now (ever since I stopped being OS/2-exclusive (and will do until I can be Linux-exclusive... too many people use it for me to drop it). There is nothing cooperative or single-threaded about Windows multitasking around I/O. I don't disagree that it absolutely sucks compared to Linux (even OS/2 from the 1990s beats today's Windows in a few areas), but not that one. ChrisA