Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
chipset13518y@vish they all need a process listing on a port for incoming connections, they crash otherwise. If i have that processing running, i can't run my non web thread.
-
kdev658ydocker? or a vm on aws or such... But I think theres gotta be a better way to do what u wanna do tho.... maybe use nodejs instead of python I understand its threading is asyncronous and sockets wont close if theres no activity... Or maybe I missunderstanding what u saying..
-
chipset13518y@tahnik forever as in, the script polls a url every 2 mins, i need the script running for polling.
-
chipset13518y@kdev pythons threads are blocking, otherwise it would have so easy running my process in the background.
-
chipset13518y@coldfire need to run a continuously polling function. Would firebase be helpful in that?
Related Rants
Any place to run a simple python script? For free.
I just need to keep it running, forever.
Can't run on my laptop, script needs constant internet.
undefined
on cloud
forever
python