개발방법론/모델링/Refactoring

Use a Connection Pool (Link only)

아름프로 2003. 8. 3. 12:58

Use a Connection Pool


Database connections are not shared. Instead, clients manage their own connections for making database invocations

Use a connection pool to pre-initialize multiple connections, improving scalability and performance


For further information see page 119 of Core J2EE Patterns by Alur, Crupi, and Malks




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:27)