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  2014  2015  2016  2017  2018  2019  <20202021  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  <20202021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Pure Python IOC (CAProcess issue)
From: Simon Reiter via Tech-talk <tech-talk at aps.anl.gov>
To: Michael Davidsaver <mdavidsaver at gmail.com>
Cc: EPICS Tech-Talk <tech-talk at aps.anl.gov>
Date: Sat, 18 Jul 2020 08:59:32 +0200
I also thought about using ’spwan’ to create an independent process. But I was wondering why this is not mentioned at all on the pyepics page. And in fact, in that case it is also not clear to me what the advantage is of using CAProcess instead of Process.

I will try this now and report here again.

> On Jul 17, 2020, at 18:55, Michael Davidsaver <mdavidsaver at gmail.com> wrote:
> 
> On 7/17/20 9:33 AM, Michael Davidsaver wrote:
>> The python subprocess module shouldn't let this happen though since it does
>> fork() and then execv(), and the situation which I describe is only possible
>> if fork() is not followed by execv().
> 
> Oh wait.  CAProcess (which I've not seen previously) is using
> the multiprocessing module, which can do fork() without exec().
> In fact, this is the default on *NIX.  So this is likely or
> problem.  I think you'll need to use the 'spawn' or 'forkserver'
> method.
> 
> https://docs.python.org/3.7/library/multiprocessing.html#contexts-and-start-methods
> 
> https://github.com/pyepics/pyepics/blob/1f795c647458435cca0cf11b984b34fc11180c25/epics/multiproc.py


Replies:
Re: Pure Python IOC (CAProcess issue) Simon Reiter via Tech-talk
References:
Pure Python IOC (CAProcess issue) Simon Reiter via Tech-talk
Re: Pure Python IOC (CAProcess issue) Michael Davidsaver via Tech-talk
Re: Pure Python IOC (CAProcess issue) Michael Davidsaver via Tech-talk
Re: Pure Python IOC (CAProcess issue) Michael Davidsaver via Tech-talk

Navigate by Date:
Prev: epics iocRedundacny sajid hameed via Tech-talk
Next: Re: archiver viewer plug in with archiver appliance in Linux Michael Davidsaver via Tech-talk
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  <20202021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Pure Python IOC (CAProcess issue) Michael Davidsaver via Tech-talk
Next: Re: Pure Python IOC (CAProcess issue) Simon Reiter via Tech-talk
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  <20202021  2022  2023  2024 
ANJ, 20 Jul 2020 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·