Re: question regarding the configuration implementation

2002-05-31 Thread Harrie Hazewinkel
--On Friday, May 31, 2002 9:38 AM +0200 Stipe Tolj <[EMAIL PROTECTED]> wrote: > Harrie Hazewinkel wrote: >> I was wondering if someone could tell me the reason why putting it >> in a dictionary first as a very general configuration representation >> and later search into it for only those part

Re: question regarding the configuration implementation

2002-05-31 Thread Stipe Tolj
Harrie Hazewinkel wrote: > > HI all, > > Maybe someone could help me out in order to confirm how > I think the configuration file is hanndled. > I believe this is the scheme: > > A programm > 1- opens the configuration file > 2- reads it as a huge octet_string > 3- splits is into a list of line

question regarding the configuration implementation

2002-05-27 Thread Harrie Hazewinkel
HI all, Maybe someone could help me out in order to confirm how I think the configuration file is hanndled. I believe this is the scheme: A programm 1- opens the configuration file 2- reads it as a huge octet_string 3- splits is into a list of lines (octet_string) 4- parser the all lines of the