mff-uk / odcs

ODCleanStore
1 stars 11 forks source link

Backend freez problem #1300

Closed skodapetr closed 10 years ago

skodapetr commented 10 years ago

If the virtuoso freezed, then the beckend slowly freezed too.

skodapetr commented 10 years ago

The problem was with Virtuso monitor component, that exhausted all thread from respective thread pool. This threads are used also for logging, that stop the logging. The problem was with badly used Asynch annotation, that changes the meaning of Schedule(fixedDelay) annotation.