加载中…
  
  
博文
标签:

it

分类: Ibatis

<settings
    cacheModelsEnabled='true'
    lazyLoadingEnabled='false'
    enhancementEnabled='true'
    maxSessions='64'
    maxTransactions='8'
    maxRequests='128'
    useStatementNamespaces='false'
    classInfoCacheEnabled='true'
    errorTracingEnabled='true'
    defaultStatementTimeout=''
    statementCachingEnabled='true'
    />
<!--
 
maxRequests
 同时执行 SQL 语句的最大线程数。大于这个值的线程将阻塞直到另一个线程执行完成。不同的 DBMS有不同的限制值,但任何数据库都有这些限制。通常这个值应该至少是maxTransactions(参见以下)的 10 倍,并且总是大于 maxSessions 和maxT

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有