Hello Lalit,

>             if(mt != null)
>             {
>                 mt.shutdown();
>             }
>         }
> 
> Another option is to call
> MultiThreadedHttpConnectionManager.shutDownALL().
> 
> In the second option all the static resources will be release and all
> threads will be stopped.

If you want to shut down _one_ connection manager, use the first option.
If you want to shut down _all_ connection managers, use the second option.

cheers,
  Roland

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to