}
public void getArticles(final Group g, final Date lastUpdate) throws NntpNotConnectedException {
//TODO get all articles from group since lastUpdate
if(usedConnections.size() == 0) {
throw new NntpNotConnectedException();
}
// TODO start a thread to get list of articles
// Thread t = new Thread() {
// get first connection