[web2py] Re: subprocess.Popen then release

2019-05-24 Thread lucas
yeah, I thought of doing it as a scheduled task, but its really best to be triggered by a web2py event and then collect data off of an a2d convertor and populate a db with pure data. so that's why it isn't a true daemon, but I might go in that direction and just have crond trigger it. -- Reso

[web2py] Re: subprocess.Popen then release

2019-05-24 Thread Dave S
On Friday, May 24, 2019 at 11:13:22 AM UTC-7, lucas wrote: > > hello one and all, > > ok, using python 2.7 and web2py 2.18.5 on centos or raspbian linux. is > there a way to start a python script file, a file that runs python all on > its own from the command line interface, and start or spawn