Thanks for your input. IMHO permanently reducing the number of idle threads can always be beneficial (less work for OS, less stack-memory), for example one could get rid of the log-threads by optionally supporting some kind of log-interface to let the application handle the file-writing. This way the application could also decide whether or not to keep all the trace-files open all the time. My trace-files are usually empty, so those threads do nothing but wait for input 99.99% of the time.
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
