On 5/19/08, Hildemaro Carrasquel <[EMAIL PROTECTED]> wrote:
> Hello.-
>
>  I want to know, how many connections does Sqlite3 support?

SQLite is not a server in a traditional sense. It is the client *and*
the server. It is embedded in your application. In that sense, it can
support as many connections as your application can support.
Concurrent requests made to the same db are queued up and replied to
as they happen.


>
>
>  --
>  Ing. Hildemaro Carrasquel
>  Ingeniero de Proyectos
>  Cel.: 04164388917/04121832139
>  _______________________________________________
>  sqlite-users mailing list
>  sqlite-users@sqlite.org
>  http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
Puneet Kishor http://punkish.eidesis.org/
Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/
Open Source Geospatial Foundation (OSGeo) http://www.osgeo.org/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to