Hi, Dear all:
I am working on creating a cluster simulation with 500 nodes. Each node is
supposed to have its's own database.
I am curiously about following questions:
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.
2. Is it possible to make these 500 sqlites visible independent from
network, with different ip/ports? Will these sqlites affect each other?
3. What's the total resource requirement for these 500 sqlites (memory,
disk) ?
4. Is the aforementioned a good idea? If not, any alternative suggestions?

Thanks a lot!

Best Regards
ye

-- 
Ye Huang, Department of Informatics
University of Fribourg / Pérolles 2 - Bld de Pérolles 90
1700 Fribourg, Switzerland

e-mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
http://diuf.unifr.ch/people/huangy/
Office: +41 26 429 65 95
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to