EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Preemptive CA client that never calls ca_flush_io, ca_pend_io, ca_pend_event, nor ca_poll
From: Andrew Johnson <[email protected]>
To: <[email protected]>
Date: Fri, 7 Nov 2014 17:15:27 -0600
On 11/07/2014 04:35 PM, J. Lewis Muir wrote:
> Is it quite acceptable to *never* call ca_flush_io, ca_pend_io,
> ca_pend_event, nor ca_poll from a CA client using a preemptive mode CA
> context?
> 
> I'm asking to try to untangle what is required and necessary for
> preemptive vs. nonpreemptive mode.  It seems to me that a channel can be
> created with a connection state change callback, and ca_get_callback can
> be used instead of ca_get (and similarly for other functions).  In this
> way, a preemptive-mode CA client could work correctly and never call
> ca_flush_io, ca_pend_io, ca_pend_event, nor ca_poll.  True?

A client that never calls ca_flush_io() may never have its requests sent
out (and hence responded to) if it stops making further calls to the
library that result in additional packets being queued for output. The
http://www.aps.anl.gov/epics/base/R3-14/12-docs/CAref.html#Flushing and
Blocking section of the manual makes that clear.

You might not notice a missing flush operation immediately in clients
that connect to lots of channels because the later search requests would
push out the earlier ones and then the subscription and I/O operations
would start, resulting in enough traffic to keep things flowing,
although the network might appear sluggish and you might experience 30
second freezes if/when traffic slows down enough.

The other routines you can safely omit from a preemptive client program
as you described.

- Andrew
-- 
People everywhere confuse what they read in newspapers with news.
-- A. J. Liebling

References:
Preemptive CA client that never calls ca_flush_io, ca_pend_io, ca_pend_event, nor ca_poll J. Lewis Muir

Navigate by Date:
Prev: Preemptive CA client that never calls ca_flush_io, ca_pend_io, ca_pend_event, nor ca_poll J. Lewis Muir
Next: RE: Asyn and stringin records Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Preemptive CA client that never calls ca_flush_io, ca_pend_io, ca_pend_event, nor ca_poll J. Lewis Muir
Next: areaDetector and ADRoper; view files in imageJ zunbeltz
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·