"ye" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 1. Is it possible to create 500 sqlite databases on one server > machine, on which the simulation is running. Each sqlite is supposed > to be managed/used by one java thread.
Yes. SQLite database is just a file. You can have as many of those files as you want. > 2. Is it possible to make these 500 sqlites visible independent from > network, with different ip/ports? Will these sqlites affect each > other? SQLite has nothing to do with network. It's an embedded database. You might be thinking of traditional client/server DBMS systems; SQLite is not one. Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users