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


Groups > comp.lang.python > #62353

Re: Is it more CPU-efficient to read/write config file or read/write sqlite database?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.134
X-Spam-Level *
X-Spam-Evidence '*H*': 0.78; '*S*': 0.04; 'subject:file': 0.07; 'cc:addr:python-list': 0.11; 'flush': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'run': 0.32; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'park': 0.36; 'that!': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'days': 0.60; 'subject:more': 0.64; 'power': 0.76; 'capability': 0.84; 'drive.': 0.84; 'grew': 0.84; 'subject:read': 0.84; 'to:none': 0.92; '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=n9Nmzt3svjvTuwb+TsDdPpFsSzfkY3LpEeOW1Tm26uI=; b=QZv4PcpzZuLMy3eV6J+Yld63blMZUblZWenQtQR8zy6TsJxsFGxXG72OTqHcq3eCPs 2twaip6wFzBR2twe1n5Thchh6F1WdsH9DNB0IygM6bq9qoquhh5XycGadN3yYDsWOGor saNfNHQ+UWucMRYmQCu+RB4NlpndHfBzPXGwng0tuNy1r+dnxWMsWRNxnmJ/I8tZtIKm Bsxzqb+xoy1c6JPXeaDS8aXWye5p0ISNjO5NDQhISpL/agC32S2XdYvFMMnsJxPXGmJ0 fVX4xjuZRitXqOs5tP6hCt28qLUtNSfvPk6E4wmjZmu7yo33nkAdcSNEmJxvp8vyz1aG toXQ==
MIME-Version 1.0
X-Received by 10.66.118.71 with SMTP id kk7mr37149056pab.14.1387414602432; Wed, 18 Dec 2013 16:56:42 -0800 (PST)
In-Reply-To <qhf4b9puq8jcpggr0csvujdpnur3at72qu@4ax.com>
References <CAPTjJmosFOViwKquzDFiPzAd3HaBY3OX3ht4sP5GHhfJJhtmPQ@mail.gmail.com> <20131218103148.GA2728@cskk.homeip.net> <mailman.4344.1387363803.18130.python-list@python.org> <iln3b99rqvioro188l8d7tivtluhse44mt@4ax.com> <mailman.4368.1387389583.18130.python-list@python.org> <iva4b9d7ip3u3g75kamttpl81c39hvehu0@4ax.com> <qhf4b9puq8jcpggr0csvujdpnur3at72qu@4ax.com>
Date Thu, 19 Dec 2013 11:56:42 +1100
Subject Re: Is it more CPU-efficient to read/write config file or read/write sqlite database?
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.4394.1387414611.18130.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1387414611 news.xs4all.nl 2830 [2001:888:2000:d::a6]:49098
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62353

Show key headers only | View raw


On Thu, Dec 19, 2013 at 11:31 AM, Dennis Lee Bieber
<wlfraed@ix.netcom.com> wrote:
> On Wed, 18 Dec 2013 15:14:55 -0800, dick <encore1@cox.net> declaimed the
> following:
>
>>The drives may have something like that now, but they didn't have any
>>power down flush capability when I was working for WD. Of course, that
>>was 15 years ago...
>>
>         And I remember days when I used to run a bat file to park the drive
> heads before power down.

I grew up with that!

Heads parked on one drive.

ChrisA

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


Thread

Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? Chris Angelico <rosuav@gmail.com> - 2013-12-18 21:50 +1100
  Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? dick <encore1@cox.net> - 2013-12-18 09:49 -0800
    Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? Tim Chase <python.list@tim.thechases.com> - 2013-12-18 12:00 -0600
      Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? dick <encore1@cox.net> - 2013-12-18 15:14 -0800
        Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-18 19:31 -0500
        Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? Chris Angelico <rosuav@gmail.com> - 2013-12-19 11:56 +1100
        Re: Is it more CPU-efficient to read/write config file or read/write sqlite database? Tim Chase <python.list@tim.thechases.com> - 2013-12-18 20:06 -0600

csiph-web