Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: Naming Conventions?

Re: Naming Conventions?

From: David BL <davidbl_at_iinet.net.au>
Date: 24 Apr 2007 18:39:34 -0700
Message-ID: <1177465173.936109.16520@u32g2000prd.googlegroups.com>


On Apr 24, 12:17 pm, Marshall <marshall.spi..._at_gmail.com> wrote:

>

> Also bad: using the "-info" suffix. *Everything* in the computer is
> info!

You have a very liberal usage of "info". I would say, for example, that a thread pool has state but I wouldn't call it info (or data).

It is not generally meaningful to communicate the state of parts of an abstract computational machine as data in order to be interpreted as info, unless that's done on the entire computational machine, including the state of all threads, registers, memory caches etc. Consider for example the problem of finding a consistent cut, particularly with multi-core processors, relaxed memory ordering models, lock free programming techniques, distributed computing etc.

Putting it another way, if we treat the state of a computational machine as data, that data can only reasonably be interpreted as representing the state of a computational machine! Received on Tue Apr 24 2007 - 20:39:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US