Additional Blogs by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
Ali_Chalhoub
Advisor
Advisor
0 Kudos

I was working on this customer issue, I found out the following behavior where the smaller timeout UltraLite is using, the fast the sync time.

For this scenario to happen, you need to be doing a large sync download and a network interruptions is occurring.

Description:

  1. Using SUP 2.1.x or 2.2.
  2. UltraLite client synchronizing with SUP 2.1.3
  3. The sync time keeps going faster.

Explanation:

UltraLite, SUP, client sends a keep Alive to SUP, MobiLink, to keep the connection active. By default, the Keep Alive value is whatever the timeout value divided by

  1. half. Example:
  •      If timeout value is set on the client by default to 300 seconds, The keep Alive that UltraLite sends up is timeout /2 which is every 150 seconds, the client will send up a keep alive request.

Instead of the user needing to play with the timeout value, we have enhanced the MobiLink server, so the performance is optimized and independent of the timeout value. This is done in MobiLink version 12.0.1.3869 or higher.

Another thing we found during the debugging is that UltraLite HTTP client could ask server to resend bytes needlessly was sending up. This has been fixed in build UltraLite 12.0.1.3871.

The SUP engineers are working on getting these into the SUP release soon may be SUP 2.3 or a private patch.

How do you know if you have this enhancement?

  1. Go to the default installation of your SUP ( i.e: C:\Sybase\UnwiredPlatform\Servers\SQLAnywhere12\BIN64)
  2. Right click mlsrv12.exe
  3. Select Properties
  4. Click on the Details tab if you are on Windows 7 or Windows 2008
  5. You should see File version: 12.0.1.3871 or higher. Anything Higher or same, this build will contains both enhancement.

Hope this helps you reduce your sync time.