irker history
-1.10 @
+1.10 @ 2012-10-09
Expire disconnected connections if they aren't needed or can't reconnect.
Eventlet support removed - didn't play well with the library mutex.
# No user-serviceable parts below this line
-version = "1.9"
+version = "1.10"
import sys, getopt, urlparse, time, random, socket
import threading, Queue, SocketServer
# No user-serviceable parts below this line:
#
-version = "1.9"
+version = "1.10"
import os, sys, commands, socket, urllib, subprocess
from pipes import quote as shellquote