Am I using the code below correctly to check that it doesn't take URL over 10 seconds to load?
SimpleHttpConnectionManager mr = new SimpleHttpConnectionManager(); mr.getParams().setConnectionTimeout(10000); HttpClient client = new HttpClient(mr); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
