[Openstack] jcloud has a conneciton pool?

2012-08-10 Thread chaohua wang
Hi Folks,

I am working on Jcloud and Openstack. We have application(using jcloud) to
connect Hp cloud service.

But for each request to HP cloud service, we created  restContext
(RestContext restContext =
computeContext.unwrap();),
then get NovaAPi (  NovaApi novaApi = restContext.getApi();). once task is
finished, we closed restContext, so this is not efficient. since each
request to create restconects, then closed once job is done.
There is any way to reuse this restContext and NoavaApi? do i need to build
a connection pool to reuse it? I am not sure originally why engineers did
in this way. it may for security reason since each request we ask token
from service.

Thank you,

Chwang
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] good link for jcloud

2012-08-08 Thread chaohua wang
Hi Forks,

I am newbie in Jcloud, Do you guys know if there is good link or book to
read.

Thanks,

Chaohua
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp