[sqlite] Invitation to connect on LinkedIn

2009-12-16 Thread Neelamegam Appadurai
LinkedIn I'd like to add you to my professional network on LinkedIn. - Neelamegam Neelamegam Appadurai sss at Zoho Corporation India Confirm that you know Neelamegam Appadurai https://www.linkedin.com/e/isd/936554437/zokwXfFf/ -- (c) 2009, LinkedIn Corpor

[sqlite] sqlite_busy in multithreaded application

2005-07-21 Thread Neelamegam Appadurai
Hi, Though they were lot of discussion on this, I could not find solution in my case. To elaborate the happening. Let me say i have two threads 1.ReadThread 2. DeleteThread My ReadThread does the following. 1. Compile and Create SQLStatement 2. Generate QueryObject 3. Query and finalize . 4. Re

Re: [sqlite] Re: sqlite performance variationin linux and windows

2005-02-25 Thread Neelamegam Appadurai
Hi Chris, Thanks for the detailed explanation, I will dig deeper into my code to see if there is anything wrong in the OS specific code in my appln. Anyway thanks for the support. appadurai On Fri, 25 Feb 2005 10:33:35 +0530, Neelamegam Appadurai <[EMAIL PROTECTED]> wrote: > Hi, > Th

Re: [sqlite] Re: sqlite performance variationin linux and windows

2005-02-24 Thread Neelamegam Appadurai
write which we were using earlier. Thanks once again for the reply, appadurai On Fri, 25 Feb 2005 15:28:23 +1100, Chris Schirlinger <[EMAIL PROTECTED]> wrote: > On 25 Feb 2005 at 9:38, Neelamegam Appadurai wrote: > > > Could anyone please give me reason for variation in

[sqlite] Re: sqlite performance variationin linux and windows

2005-02-24 Thread Neelamegam Appadurai
se give me reason for variation in performance between linux and windows. Once again thanks for the response. appadurai On Thu, 24 Feb 2005 19:08:26 +0530, Neelamegam Appadurai <[EMAIL PROTECTED]> wrote: > hi all, > I was using file in my application to store and read datas, Now i want &

[sqlite] sqlite performance variationin linux and windows

2005-02-24 Thread Neelamegam Appadurai
hi all, I was using file in my application to store and read datas, Now i want my application to use sqlite DB. I compiled and installed sqlite db,version 3.0.8, in my linux system as well as on a windows replacing the fileoperations . The performance of sqlite against filesystem on linux machine w