Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.082 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lan': 0.16; 'localhost': 0.16; 'wrote:': 0.18; '(which': 0.19; 'header :In-Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.28; '27,': 0.29; 'accessible': 0.29; 'nov': 0.29; 'pm,': 0.29; 'server': 0.30; 'sun,': 0.30; 'subject:?': 0.31; 'shared': 0.31; "isn't": 0.33; 'to:addr:python-list': 0.34; 'subject:project': 0.34; 'question': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'might': 0.40; '2011': 0.61; 'wide': 0.63; 'sites': 0.66; 'concerns.': 0.67; 'access,': 0.74; 'subject:this': 0.74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=u4YV6LxNtWMROnhVolZpiNM8XQdbRRVIYVr1WNLUJaY=; b=CCbUKj2N1PTMbZG5eBfFg1X5igmCk98zJr52+tR/JPV0yi1zPtR5f7FcKaITRNj0wK r8Z6UvpDZKXNBQscjmHBx4GiQwNYHFhmgRc7NS6PnhqfTvjt6xbMSSoxGOWxYlzRF9bH GprVmt0/estiMo3S+aleDdk791knmC07fy9Ag= MIME-Version: 1.0 In-Reply-To: <26232548.146.1322363676465.JavaMail.geo-discussion-forums@pruu5> References: <4ec0f070$0$1378$4fafbaef@reader2.news.tin.it> <581dab49-e6b0-4fea-915c-4a41fa887c3b@p7g2000pre.googlegroups.com> <11840843.114.1322350898307.JavaMail.geo-discussion-forums@prfi36> <26232548.146.1322363676465.JavaMail.geo-discussion-forums@pruu5> Date: Sun, 27 Nov 2011 14:24:09 +1100 Subject: Re: my new project, is this the right way? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 1322364253 news.xs4all.nl 6963 [2001:888:2000:d::a6]:38286 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:16278 On Sun, Nov 27, 2011 at 2:14 PM, 88888 Dihedral wrote: > Shared in access in a local lan or a wide wan? > That question isn't inherent to databasiness; it might not even be network-shared at all - in fact, most database-driven web sites have a database that's accessible only from localhost (which is where the web server runs). It's still shared access, and has all the same concerns. ChrisA