We are trying to connect to SUP database from an application on our开发者_开发技巧 iphone....but it is taking a long time to connect to database.. How can we reduce the time to connect to SUP database from real device(iphone)? Is there any method to improve the performance of SUP?
One way of influencing response time is to keep frequently accessed MBOs in memory. This is an undocumented, albeit useful if not necessary setting. Set the flag with following URL:
http://localhost:4040/onepage/servlet/UWPServlet?app=uep&cmd=MobileObjectAdmin.enableInMemoryCache&package_name=&mobile_object_name=&authenticate.user=supAdmin&authenticate.password=s3pAdmin
For viewing the status replace enableInMemoryCache
with queryInMemoryCache
in above URL.
Do you mind sharing what average connection time you have been observing?
精彩评论