Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming > #1895
| From | Rui Maciel <rui.maciel@gmail.com> |
|---|---|
| Newsgroups | comp.programming |
| Subject | Re: the registry |
| Date | 2012-07-05 16:21 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <jt4be1$ucb$1@speranza.aioe.org> (permalink) |
| References | <c1091547-e93d-4e63-83ff-7c2160d1abd7@googlegroups.com> |
bob wrote: > Why is it that computer science classes never talk about the registry? > (like the Windows registry) There are plenty important things which are left out of any curriculum, due to limits such as time constraints. Therefore, if important things are left out then unimportant things, such as the windows registry, are naturally left out as well. > Also, is there a registry equivalent on Mac and Linux? In unix-like OSs, there is a tradition of storing config information in config files stored in some points in the file system. A typical approach is to use the /etc directory to store config files that set default options which are shared system-wide while storing in the user's home directory the config files which are used to set options specific to each user. In spite of this approach, some applicaitons have also implemented a registry of sorts, such as GNOME's Gconf and Gsettings. Rui Maciel
Back to comp.programming | Previous | Next — Previous in thread | Next in thread | Find similar
the registry bob <bob@coolfone.comze.com> - 2012-07-05 07:15 -0700
Re: the registry Rui Maciel <rui.maciel@gmail.com> - 2012-07-05 16:21 +0100
Re: the registry BGB <cr88192@hotmail.com> - 2012-07-05 10:58 -0500
Re: the registry Frank Swarbrick <fswarbrick@gmail.com> - 2012-07-05 21:42 -0600
Re: the registry BGB <cr88192@hotmail.com> - 2012-07-05 23:35 -0500
csiph-web