enhydraboy

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  29 随笔 :: 3 文章 :: 56 评论 :: 5 引用

公告

09 2004 档案

摘要: /* * Copyright 1999-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...阅读全文
posted @ 2004-09-29 14:46 Enhydraboy 阅读(1373) | 评论 (1) 编辑

摘要: 一般來說,在多人使用的系統中,應用程式若沒有運用 Connection pooling 的機制,會造成很大的效能問題,Connection 開開關關,除了慢,也會耗損資料庫伺服器的資源。大部分的 AP Server 都有提供 Connection pooling 的機制,程式設計師並無須去顧慮這個機制是如何運作的,只要懂得設定相關的參數即可。假如說,某種狀況下,我們必須自行建置 Connectio...阅读全文
posted @ 2004-09-22 11:16 Enhydraboy 阅读(2125) | 评论 (2) 编辑