On 3/16/09 4:08 PM, Oleg Makarov wrote:
> Hi Mark,
>
> I tried the test with this fix. The problem is not resolved by
> epicsThreadSleep code change in the osdThread.c.
>
> CA requests are not being send out as they arise, some buffering of the
> requests occurs to make network communication more efficient. If you
> look at the camonitor output, it shows a 3-second period, exactly as
> expected.
>
> Are there way to force CA requests to go out as they arise, with no
> buffering?
Hi, Oleg.
pvFlush() will flush the SEQ PV layer, but maybe that's not what you're
asking about.
You can also do a synchronous put:
pvPut(str_cmd, SYNC);
But still, I don't understand why str_rsp would ever contain one of the
commands from str_cmd (e.g. "I522") like your output shows, unless
something is messed up with what's happening in and beyond "{dev}StrCmd"
and "{dev}StrRsp".
Lewis
- Replies:
- Re: weird behaviour of SNL test program running on Soft IOC on LINUX Oleg Makarov
- Re: weird behaviour of SNL test program running on Soft IOC on LINUX Pete Jemian
- References:
- weird behaviour of SNL test program running on Soft IOC on LINUX Oleg Makarov
- RE: weird behaviour of SNL test program running on Soft IOC on LINUX Mark Rivers
- Re: weird behaviour of SNL test program running on Soft IOC on LINUX Oleg Makarov
- Navigate by Date:
- Prev:
Re: Help building EPICS 3.14.9 for RTEMS Till Straumann
- Next:
Relational Database Poll Mike Forster
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
<2009>
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Re: weird behaviour of SNL test program running on Soft IOC on LINUX Oleg Makarov
- Next:
Re: weird behaviour of SNL test program running on Soft IOC on LINUX Oleg Makarov
- Index:
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
<2009>
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|