2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 <2025> | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 <2025> |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Announcing linStat driver |
From: | Michael Davidsaver via Core-talk <core-talk at aps.anl.gov> |
To: | Ralph Lange <ralph.lange at gmx.de> |
Cc: | EPICS Core Talk <core-talk at aps.anl.gov> |
Date: | Mon, 17 Feb 2025 07:54:29 -0800 |
On 2/16/25 23:41, Ralph Lange via Core-talk wrote:
How well separated are the IOC and host parts? We are routinely running many IOCs per host - so we need the host part only once and the IOC part on each instance.
Currently separate database and OPI files. I was thinking along this same line.
# System-wide information dbLoadRecords("../../db/linStatHost.db","IOC=$(IOC)") # IOC process specific information dbLoadRecords("../../db/linStatProc.db","IOC=$(IOC)")