Hi, Igor:
Thanks for reply!
Yes, I just noticed the sqlite data file is nothing but a empty file.
Thanks!
About the remote visit, if the sqlite data file is created on a NFS, will
the remote visiting process be considered as a equal local process?

regards
ye

On Mon, Sep 8, 2008 at 1:48 PM, Igor Tandetnik <[EMAIL PROTECTED]> wrote:

> "ye" <[EMAIL PROTECTED]> wrote in
> message
> news:[EMAIL PROTECTED]<[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
>



-- 
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