Search found 3 matches

by stouty
October 31st, 2012, 2:22 pm
Forum: General Discussion
Topic: precheck and connection count
Replies: 4
Views: 4092

Re: precheck and connection count

I added a quick and dirty IP checker to downloader.py, importing/borrowing the timing code from BPSMeter, to send a Growl notification if my IP changes: def check_ip(self): t = time.time() if t > self.end_of_day: # current day passed. get new end of day self.end_of_day = tomorrow(t) - 1.0 if t > sel...
by stouty
October 30th, 2012, 11:32 am
Forum: General Discussion
Topic: precheck and connection count
Replies: 4
Views: 4092

Re: precheck and connection count

Thanks for the reply. I'm pretty sure I'm not sharing, or someone has my login details without my knowledge. I'll change my password to be sure. Is there somewhere in the code that records your external IP? I'd be interested in adding some code to watch my IP to see if it changes. I'm behind a route...
by stouty
October 28th, 2012, 5:36 pm
Forum: General Discussion
Topic: precheck and connection count
Replies: 4
Views: 4092

precheck and connection count

Hi Does anyone know if the precheck article STAT connections to your news server are included in the thread count? And the thread count must be less than the max connections set in the server config - I guess? The reason I ask is that I've just recently switched on pre-checking and have since notice...