Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

3031

July 7th, 2009 04:00

FPPool pool = new FPPool("CenteraPoolAddress") takes 21 seconds

Hello, everybody )

I've faced with an issue.

In my logs I discovered that

var

centeraPool = new FPPool(CenteraPoolAddressValue);

takes more then 20 secs!!!

Is it normal appearance?

Could you share your results?

Thanks in advance.

P.S. My application is web-service.

20 Posts

July 7th, 2009 22:00

If you are using EMC public cluster via the internet connection and your internet connection is slow, your result may be reproduced. If you can access your Centera via internal network and your cluster has no replication or secondary cluster and your cluster is healthy, the pool open can take short time less than 1 sec. If you have some relica clusters and they are connected via WAN and you are using normal open strategy, the pool open can take long time based on your network status.

YT

2 Posts

July 8th, 2009 00:00

Thank you, Young Taek Kim.

Server configuration where the web-service is placed:

IP:      10.1.1.248

mask: 255.255.252.0

Centera Host:

IP:    10.1.0.220

Ping time <= 1ms.

Last question:

Is it acceptable to keep pool(cluster) connection in opened mode all the time and not close after every read\write operation?

20 Posts

July 8th, 2009 02:00

Yes, it's the recommendation to keep pool connection in opened mode all the time based on the best practices of Centera SDK.

YT

No Events found!

Top