Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:198': 0.07; 'restart': 0.09; 'stack.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'django': 0.11; 'changes': 0.15; 'apache': 0.15; 'evaluating': 0.16; 'finds': 0.16; 'l\xc3\xb3pez': 0.16; 'subject:Apache': 0.16; 'subject:after': 0.16; 'wsgi': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'header :User-Agent:1': 0.23; 'issue,': 0.24; 'file.': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'source': 0.25; '(for': 0.26; 'header:In-Reply-To:1': 0.27; 'compared': 0.30; 'dec': 0.30; '25,': 0.31; 'alan': 0.31; 'linux': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'example,': 0.37; 'being': 0.38; 'server': 0.38; 'issue': 0.38; 'major': 0.40; 'how': 0.40; 'skip:u 10': 0.60; 'from:charset:utf-8': 0.61; 'content- disposition:inline': 0.62; 'situation': 0.65; 'to:addr:gmail.com': 0.65; 'touch': 0.74; 'eduardo': 0.84; 'god,': 0.84; 'subject:source': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=g3pVyaFrocVBsAVpkfaKLu5ISkTLUnFSrJ7ulsfgGQY=; b=H2pVDtb3ON6FUQa26gkPV3NsvzAkztZrITrYHIYdwTa9Pc0KdWobFW9Dz0uPQl6vrz 8lfbtS0bp6RZjsjcVrZN4AydiJhBcPn5ausr10D9h0HRaGWFqOnKv+OktHSsEXK5Z/H7 xZWzjsbjnjwcU4ITn+mjzrKBWtR1bmOENYMf470eIEob+cKw5vsFvMj97P0PaYvgp5bF cfwEQdsQOCePgBgTP9fE2qsVTIZpfy5MkqqGJvYxg9WfZhpn78t9QqtlC1GcljVfIZF8 HuCgxUMapz8CfbJkpT8yO2GAW+bEJjBZlcpBAP2QhtouKMHxjginus6ISMhNM2ac00i6 UVlg== X-Received: by 10.68.234.67 with SMTP id uc3mr28689754pbc.27.1388039266661; Wed, 25 Dec 2013 22:27:46 -0800 (PST) Date: Wed, 25 Dec 2013 22:27:44 -0800 From: Eduardo =?utf-8?Q?A=2E_Bustamante_L=C3=B3pez?= To: Fredrik Bertilsson Subject: Re: Apache restart after source changes References: <9e70e719-10f9-4772-8da9-0270538f9fba@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9e70e719-10f9-4772-8da9-0270538f9fba@googlegroups.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: python-list@python.org 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388039269 news.xs4all.nl 2863 [2001:888:2000:d::a6]:37955 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62729 On Wed, Dec 25, 2013 at 09:57:42PM -0800, Fredrik Bertilsson wrote: > I am evaluating Python for web development and just found out that I need to restart Apache after source changes on windows. Using linux the situation is better but I still have to touch the wsgi file. Is it only me that finds this being a major drawback compared to PHP? How is it a «major drawback». «Oh, god, I have to touch that file! This is unbearable! It's unbeliavable!!! How awful». Also, it's not a python issue, it's an issue with your particular stack. Other stacks do automatic reloading (for example, the web server that Django uses). -- Eduardo Alan Bustamante López