Guri
Guri

Reputation: 41

Using PoolingHttpClientConnectionManager in EJB container

Upvotes: 3

Views: 842

Answers (1)

ok2c
ok2c

Reputation: 27583

You can but explicit thread management when running inside an EJB container is prohibited by the EJB 3.1 spec, which effectively renders PoolingHttpClientConnectionManager's pooling capabilities almost useless.

Upvotes: 2

Related Questions