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
		
- 
				
				 chipset13419y@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. chipset13419y@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.
- 
				
				 kdev649ydocker? 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.. kdev649ydocker? 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..
- 
				
				 chipset13419y@tahnik forever as in, the script polls a url every 2 mins, i need the script running for polling. chipset13419y@tahnik forever as in, the script polls a url every 2 mins, i need the script running for polling.
- 
				
				 chipset13419y@kdev pythons threads are blocking, otherwise it would have so easy running my process in the background. chipset13419y@kdev pythons threads are blocking, otherwise it would have so easy running my process in the background.
- 
				
				 chipset13419y@coldfire need to run a continuously polling function. Would firebase be helpful in that? chipset13419y@coldfire need to run a continuously polling function. Would firebase be helpful in that?
Related Rants







 No questions asked
No questions asked As a Python user and the fucking unicode mess, this is sooooo mean!
As a Python user and the fucking unicode mess, this is sooooo mean!
 I just started working on a little project to browse devrant from terminal. It converts images to ascii art!
I just started working on a little project to browse devrant from terminal. It converts images to ascii art!
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