程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> SyBase數據庫 >> SyBase綜合文章 >> Optimizing SQL Anywhere performance over a WAN

Optimizing SQL Anywhere performance over a WAN

編輯:SyBase綜合文章
SUMMARY: This document contains information on the various methods to optimize performance over a WAN Document ID: 44606 Last Revised: 12/10/99 Topic: App Development Document Type: Tip Product: SQL Anywhere Version: 5 Platform: PC Operating System: OS/2, Windows 3.1, Windows 95, Windows NT

Document:

  You can do the following things to optimize performance over a WAN.

  IPX/SPX protocols have some significant performance limitations in a routed (wide-area) network, which is why Novell has been modifying them with "packet burst" and "SPX II" changes. TCP/IP is the protocol of choice for WAN implementations and is the main focus of this document.

  Set your timer values to an appropriately high level. Remember that the clIEnt and the server Exchange packets to test for liveness and to determine if the query is complete yet. The switches to consider are:

-tr for active request termination timeouts. The server will only wait so long for a request to be retransmitted from the clIEnt before it will timeout the request and the connection. Increase this value if this problem is occurring in your setup. This switch is no longer necessary in Adaptive Server Anywhere 6.0

-ts for default client retry timeouts. This tells the client how long to wait for a response from the server before it resends the request. Increasing this value will cause fewer resends from the client which should reduce the amount of information passing between the clIEnt and server. If you increase this,

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved