Issue80

Title CitcomS: monitoringFrequency not in pid output
Priority feature Status done-cbb
Superseder Nosy List Gurnis, leif, luis, tan2
Assigned To tan2 Topics CitcomS, Pyre

Created on 2007-01-25.19:52:21 by Gurnis, last changed 2007-03-22.21:06:02 by leif.

Messages
msg269 (view) Author: tan2 Date: 2007-01-26.21:33:38
This is related to how pid files are output by CitcomS. 

The pid file is output by module/setProperties.c, which is the bridge between
Pyre inventory and CitcomS' C data structure. Some components (e.g. Controller,
Launcher, etc.) do not have a C counterpart, and their inventories are not
output to pid files.

The best way to solve this problem is to output pid file from Pyre. In the mean
time, I just hecked the code to give a quick fix (r5915).
msg268 (view) Author: Gurnis Date: 2007-01-25.19:52:21
monitoringFrequency under [CitcomS.controller]
in the cfg file does not get output in the 'pid###.cfg' file
History
Date User Action Args
2007-03-22 21:06:02leifsettopic: + Pyre
nosy: luis, leif, Gurnis, tan2
2007-02-07 21:29:09tan2setstatus: chatting -> done-cbb
nosy: luis, leif, Gurnis, tan2
2007-01-26 21:33:39tan2setstatus: unread -> chatting
assignedto: tan2
messages: + msg269
nosy: luis, leif, Gurnis, tan2
2007-01-25 19:52:21Gurniscreate