Following is a list of enhancements to the MobiLink server introduced in SQL Anywhere version 12.0.0.
Server name change to mlsrv12 The MobiLink server has changed from mlsrv11 to mlsrv12.
New -cmax option for mlsrv12 This new option is part of the dynamic cache sizing feature. It sets the maximum size for the server memory cache. See -cmax mlsrv12 option.
New -cinit option for mlsrv12 This new option is part of the dynamic cache sizing feature. It sets minimum size for the server memory cache. See -cmin mlsrv12 option.
New -cmin option for mlsrv12 This new option is part of the dynamic cache sizing feature. It sets the initial size for the server memory cache. See -cinit mlsrv12 option.
New protocol option for -x option for mlsrv12 The -x option for mlsrv12 now supports a new oe protocol option that allows you to use the new integrated outbound enabler when using the Relay Server. See -x mlsrv12 option.
New default for -sl java option for mlsrv12 By default, the MobiLink server now tries to load a server Java VM if one is present instead of a client VM. To override this new default, you can explicitly request a client VM by adding -client to your -sl java options. See -sl java mlsrv12 option.
New -ca option for mlsrv12 Provide the host name that runs the MobiLink arbiter when using multiple servers with QAnywhere or server-initiated synchronization without lightweight polling. See -ca mlsrv12 option.
New -ftru option for mlsrv12 This option has been added to enable file upload support in the MobiLink server. This option allows you to set the root directory for files to be uploaded with the mlfiletransfer utility. See -ftru mlsrv12 option.
New metrics for -ppv option for mlsrv12 A number of new metrics have been added to the -ppv option for mlsrv12. See -ppv mlsrv12 option.
New -rrp option for mlsrv12 The new -rrp option for mlsrv12 was added in conjunction with the new MobiLink Replay utility (mlreplay). The option causes the MobiLink server to run the mlreplay utility and replay all recorded sessions in the given directory when the server starts. See -rrp mlsrv12 option.
New -rp option for mlsrv12 The new -rp option for mlsrv12 was added in conjunction with the new MobiLink Replay utility (mlreplay). The option is used to specify the directory to which synchronizations are recorded for playback with the mlreplay utility. See -rp mlsrv12 option.
New -vR option for mlsrv12 Use the new -vR option for mlsrv12 to show the remote ID in each log message for synchronization. See -v mlsrv12 option.
New -vU option for mlsrv12 Use the new -vU option for mlsrv12 to show the MobiLink user name in each log message for synchronization. See -v mlsrv12 option.
New -vk option for mlsrv12 This new option is part of the dynamic cache sizing feature. This option prints a line to the log whenever the cache grows or shrinks. See -v mlsrv12 option.
Improvements to low memory performance in MobiLink server There is improved behavior and robustness in low-memory conditions.
Two new conflict detection approaches The upload_fetch, upload_fetch_column_conflict, upload_new_row_insert, and upload_old_row_insert scripts can be used to detect conflicts. See Detecting conflicts.
New ml_add_missing_dnld_scripts system procedure The new system procedure can be used to add missing download_cursor and download_delete_cursor scripts. See ml_add_missing_dnld_scripts system procedure.
New TimestampWithTimeZone class added (Java) This class provides methods that allow you to retrieve and specify the time zone offset of a Timestamp value. See TimestampWithTimeZone class.
New DateTimeWithTimeZone class added (.NET) This class provides methods that allow you to retrieve and specify the time zone offset of a DateTime value. See DateTimeWithTimeZone class.
New SpatialUtilities classes added (.NET and Java) This class provides methods that assist you when working with spatial data. See SpatialUtilities class (.NET) and SpatialUtilities class. (Java)
New system parameters available for upload_fetch and upload_fetch_column_conflict scripts The MobiLink server system parameters remote_id and username are now available for the upload_fetch and upload_fetch_column_conflict scripts.
New parameters are available for authenticate_file_transfer scripts New parameters are available for authenticate_file_transfer scripts. See authenticate_file_transfer connection event.
New authenticate_file_upload connection event A new connection event is available to support file uploads. See authenticate_file_upload connection event.
New generate_next_last_download_timestamp script Use this script instead of modify_next_last_download_timestamp if you want to suppress MobiLink's default algorithm for determining the next last download time. See generate_next_last_download_timestamp event.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |