Перейти к содержанию
Авторизация  
VoK

Acis И Настройка Database.xml

Рекомендуемые сообщения

Здравствуйте!

Есть проблема.

При загрузке:

21:41:13 WARN releaseHelperThreads has been deprecated -- it tends to slow down your application more. 
21:41:13 WARN statementReleaseHelperThreads has been deprecated -- it tends to slow down your application more. 

 

В настройках:

<property name="releaseHelperThreads">0</property>

<!-- Sets the connection hook.  Fully qualified class name that implements the ConnectionHook
   interface (or extends AbstractConnectionHook). BoneCP will callback the specified class according to the
   connection state (onAcquire, onCheckIn, onCheckout, onDestroy). -->
<!-- <property name="connectionHook">(null or no default value)</property> -->

<!-- Specifies an initial SQL statement that is run only when a connection is
   first created. -->
<!-- <property name="initSQL">(null or no default value)</property> -->

<!-- Instruct the pool to create a helper thread to watch over connection acquires
   that are never released (or released twice). This is for debugging purposes only
   and will create a new thread for each call to getConnection(). Enabling this
   option will have a big negative impact on pool performance.-->

 

<property name="statementReleaseHelperThreads">0</property>

<!-- Sets the maxConnectionAge in seconds. Any connections older than this setting will be
   closed off whether it is idle or not. Connections currently in use will
   not be affected until they are returned to the pool. -->

 

 

Стоит BoneCP 0.8.0

Как решить ? Может просто закоментить их ?

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Закоментил, мб и не выход, но ошибок при загрузке больше - нет.

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Для публикации сообщений создайте учётную запись или авторизуйтесь

Вы должны быть пользователем, чтобы оставить комментарий

Создать учетную запись

Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!

Регистрация нового пользователя

Войти

Уже есть аккаунт? Войти в систему.

Войти
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...