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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | CA and threads |
From: | Dirk Zimoch <[email protected]> |
To: | EPICS <[email protected]> |
Date: | Mon, 28 Mar 2011 16:57:27 +0200 |
Hi If I create a CA client context with ca_context_create (ca_disable_preemptive_callback); or, what is the same, with ca_task_initialize();in which thread context will then the callback handlers be called? Is it in the context of the thread that calls ca_pend_io() or still in the context of a separate thread? How was it implemented in 3.13?
Dirk