Creating a python daemon -


i have script streams twitter, , catches real-time data it. data analyzed company work's products.

the issue is, want script continuously run on server without having supervise it. have no idea how this, , whatever read on stackoverflow far has been complicated. can tell me basics of process of making daemon process in python, , how 1 go it? going through http://www.gavinj.net/2012/06/building-python-daemon-process.html, , tutorial,but opinion too.

i made twitter client in python collect real time data,

i set run on schedule, runs every 10 minutes prevent going on rate limit,

i using mac osx , set "launchd" task run python script,

you need create "plist" file configures run schedule, page help. http://launched.zerowidth.com/


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -