Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-4210

Use a shared pool for background threads (rawStoreDaemon)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.5.1.1
    • None
    • Store
    • None

    Description

      Use a shared pool for background threads (rawStoreDaemon).
      May it could be a configuration option (pooling or not, max pool size, core pool size, ...).

      I have an application that opens several small derby databases (using EmbeddedDriver).
      Most of these instances don't handle many requests, but each instance maintains its own thread "derby.rawStoreDaemon".
      It would more efficient to use a thread pool shared by all the instances.

      See http://osdir.com/ml/apache.db.derby.devel/2005-04/msg00093.html
      See also DERBY-206 and DERBY-696 about threading in Derby.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              amasson Arnaud Masson
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: