How does IDS Server handle multiple concurrent connections?
IDS Server is an efficient multi-threaded server program. Each incoming request is processed by a independent thread. In another word, each HTTP request, each JDBC Connection and Statement are handled by a separate thread so that you can safely run multi-threaded client side applications with optimal performance. See the related topic J10 in the FAQ-JDBC section.