I would like to use SQLite on a web server or .net remoting and
multi-user/threads may become an issue
as locking is based at the finest granularity of file locking instead of
table/page/row locking. Will this issue be resolved from 3.x onwards so that
concurrency can be increased when multiple users
are connecting to the db?
SQLite is extremely fast in single process/thread mode and because of this
success, more users would like to access the application. File locking is
too similar to MS Access and we have had all kinds of problems
supporting multiple users on a network drive. Ideally I would first like to
implement SQLite as part of an ISAPI dll so it could be accessed using http
to an IIS web server. 
Any suggestions or solutions to running SQLite in multi-threaded environment
with potentially high concurrency???
B.Thomas

-----Original Message-----
From: D. Richard Hipp [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 04, 2004 1:56 PM
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] release 14


aducom wrote:
> Hi,
> 
> Is it possible to do a release 14 of the sqlite.dll with the support of 
> real blobs? (It's available in cvs?) Or will I have to wait for the 
> full new version?
> 

I don't know what you mean by "support for real blobs".  You'll need
to be much more specific.

Generally speaking, no new features will be added to SQLite 2.8.13.
What you see is what you get.  New features go into SQLite 3.0.0.
-- 
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


------------------------------------------------------------
This e-mail may be privileged and/or confidential, and the sender does not waive any 
related rights and obligations. Any distribution, use or copying of this e-mail or the 
information it contains by other than an intended recipient is unauthorized. If you 
received this e-mail in error, please advise me (by return e-mail or otherwise) 
immediately. 

Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux 
droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce 
message ou des renseignements qu'il contient par une personne autre que le (les) 
destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par 
erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par 
un autre moyen.

============================================================ 

Reply via email to