this is what happens, I have been monitoring the amount of stored tweets per hour, so every hour i run a cron job with php code that connects Streaming API and start saving tweets… but I’ve noticed is connected only by less than 30 minutes sometimes less, example: php connects 2 oclock, them start saving tweets in database, then disconnect at 2:24… until at 3 oclock that is when cron job starts php again. so, from 2:24 to 2:59 nothing happens and stop storing tweets. what happens, why disconnect?, if i run cron job every half hour or less? how about rate limits? or, is there any function to reconnect? thanks!