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, > Thanks for the quick response and the interest you're showing, > I am testing the performance of linux and windows using > a. same testing data for both. > b. db schema is common for both. > c. though the test is conducted on two different machines but the > machine configurations are similar. > > Only consideration is at very few places jin the application, code is > platform dependent ie the api calls may differ based on the type of > OS, but this is also seldom used in our application. > But still, For the same application on windows, performance of sqlite > is slower compared to file system read or 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 performance > > > between linux and windows. > > > > How are you testing this performance? Do you have a program written > > in windows and another written for linux? If so, the code/mechanism > > of DB access may be the issue > > > > Is it the same phisical DB? Same schema? Same machine specs? Same > > amount of data? > > > > All those things could contribute. > > > > >