Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] OutOfMemoryError

Hi,

On Sun, Sep 20, 2015 at 7:42 PM, Muhui Jiang <jiangmuhui@xxxxxxxxx> 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.


Back to the top