# This is a comment feed_realtime_processor_pool = ( 11, 12 ) ; dropout_detection_time_start = "17:00"; # Sometimes the config can have sub-structures named_clients = ( { name = "thread1"; user_threads = ( { name = "realtime1"; cpu = 11; } # more comments { name = "realtime2"; cpu = 12; } # more comments ); } ); #### id,parent, key, value 01,null, 'feed_realtime_processor_pool', '11' 02,null, 'feed_realtime_processor_pool', '12' 03,null, 'dropout_detection_time_start', '17:00' 04,null, 'named_clients', null 05,04, 'name', 'thread1' 06,04, 'user_threads', null 07,06, 'name', 'realtime1' 08,06, 'cpu', '11' 09,06, 'name', 'realtime2' 10,06, 'cpu', '12'