connectionState = aConnectionState;
connectionState.addPropertyChangeListener(ConnectionState.PROP_ONLINE,
new ConnectionStateListener());
feedUpdateLock = new SimpleLock();
skippedWhenOffline = false;
int threads = WORKERS;
Integer cntProperty = Integer.getInteger("poller.workers");