Multi-connection and multi-threading Multiple connectionsfrom single application running in embedded mode Multi-threadingand JDBC

allows multiple simultaneous connections to a database, even in embedded mode. is also fully multi-threaded, and you can have multiple threads active at the same time. However, JDBC semantics impose some limitations on multi-threading. See the for more information.