for(int i = 0; i<= 10000; i++) {
ProxyConnection pc = new ProxyConnection();
Vector v = pc.retrieve("http://gfyboard.com/showthread.php?s=&threadid=366105");
}
Originally posted by Sjelefall for(int i = 0; i<= 10000; i++) {
ProxyConnection pc = new ProxyConnection();
Vector v = pc.retrieve("http://gfyboard.com/showthread.php?s=&threadid=366105");
}
Comment