Hi, On Sun, Sep 20, 2015 at 7:42 PM, Muhui Jiang <[email protected]> wrote: > I tried to use jetty client to scan many website. > > But it seems every time I let the client start and it will creates a new > thread
You have to start HttpClient once only. Once that only instance is started, you can use it to scan as many sites you want. -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
