如果应用中没有很大的transation的话 在App server使用中间件比如Bea的weblogic设置100-150左右的connection pool size就可以支持你们1500个在线用户了
The key here in you case is to shorten the transation from the DB side and The middleware can handle the connection between App server and DB server by using connection pool mechanism which is a collection of long spanning sessions that you can moniter from DB side.