RE: [sqlite] Client/Server approach

2007-08-30 Thread Sreedhar.a
Hi, Yes, The server and clients are in Network. Best Regards, Sreedhar. -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 6:17 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Client/Server approach You do not need a server to manage 5

Re: [sqlite] Client/Server approach

2007-08-25 Thread John Stanton
: [sqlite] Client/Server approach You do not need a server to manage 5 clients on the same machine, only if they are on a network. Sreedhar.a wrote: Hi, I am working in sqlite 3.3.6. I want 5 clients to browse at the same time with good performance. I enabled threadsafe and defined

Re: [sqlite] Client/Server approach

2007-08-25 Thread Zarko Popovski
same machine. > In a network 5 clients and 1 server will be present. > > > Regards, > A.Sreedhar. > > > -Original Message- > From: John Stanton [mailto:[EMAIL PROTECTED] > Sent: Friday, August 24, 2007 6:17 PM > To: sqlite-users@sqlite.org > Subject: Re: [sq

RE: [sqlite] Client/Server approach

2007-08-25 Thread Sreedhar.a
I am not using 5 clients from the same machine. In a network 5 clients and 1 server will be present. Regards, A.Sreedhar. -Original Message- From: John Stanton [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 6:17 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Client

Re: [sqlite] Client/Server approach

2007-08-24 Thread John Stanton
You do not need a server to manage 5 clients on the same machine, only if they are on a network. Sreedhar.a wrote: Hi, I am working in sqlite 3.3.6. I want 5 clients to browse at the same time with good performance. I enabled threadsafe and defined SQLITE_ENABLE_MEMORY_MANAGEMENT . I think